We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c45a9 commit c347c24Copy full SHA for c347c24
packages/vite/src/node/plugins/asset.ts
@@ -57,6 +57,7 @@ export function registerCustomMime(): void {
57
mrmime.mimes['flac'] = 'audio/flac'
58
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
59
mrmime.mimes['eot'] = 'application/vnd.ms-fontobject'
60
+ // https://github.com/lukeed/mrmime/issues/10
61
mrmime.mimes['jxl'] = 'image/jxl'
62
}
63
0 commit comments