diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 956e29ea7c4..8638bc6cd39 100644 --- a/.htaccess +++ b/.htaccess @@ -79,6 +79,8 @@ AddType image/svg+xml svg svgz AddType application/wasm wasm AddEncoding gzip svgz + # Serve ESM javascript files (.mjs) with correct mime type + AddType text/javascript js mjs </IfModule> <IfModule mod_dir.c> |