mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -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",
|
||||
".jsx": "text/jsx",
|
||||
".gz": "application/gzip",
|
||||
".css": "text/css",
|
||||
};
|
||||
|
||||
/** Returns the content-type based on the extension of a path. */
|
||||
|
|
Loading…
Reference in a new issue