mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Add .css to the MEDIA_TYPES. (#5367)
This commit is contained in:
parent
a2ba5a31a5
commit
0cbd432dc7
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ const MEDIA_TYPES: Record<string, string> = {
|
||||||
".js": "application/javascript",
|
".js": "application/javascript",
|
||||||
".jsx": "text/jsx",
|
".jsx": "text/jsx",
|
||||||
".gz": "application/gzip",
|
".gz": "application/gzip",
|
||||||
|
".css": "text/css",
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Returns the content-type based on the extension of a path. */
|
/** Returns the content-type based on the extension of a path. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue