Skip to content

Commit c347c24

Browse files
authored
chore: add comment
1 parent f9c45a9 commit c347c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/plugins/asset.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export function registerCustomMime(): void {
5757
mrmime.mimes['flac'] = 'audio/flac'
5858
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
5959
mrmime.mimes['eot'] = 'application/vnd.ms-fontobject'
60+
// https://github.com/lukeed/mrmime/issues/10
6061
mrmime.mimes['jxl'] = 'image/jxl'
6162
}
6263

0 commit comments

Comments
 (0)