diff options
-rwxr-xr-x | std/http/file_server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/http/file_server.ts b/std/http/file_server.ts index 6a2d76805..10bb507ce 100755 --- a/std/http/file_server.ts +++ b/std/http/file_server.ts @@ -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. */ |