mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
This pull-request ensures we don't have any reason to call out externally to `jsdelivr`. Nobody has complained about this yet, but in an [air-gapped environment](https://coder.com/docs/install/airgap) I foresaw an issue where this might try to reach-out and fail to load the image. New behaviour for the spritesheet. ```diff - https://cdn.jsdelivr.net/npm/emoji-datasource-apple@15.0.1/img/apple/sheets-256/64.png + /emojis/spritesheet.png ```