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 dd0fce231e8..458154b545d 100644 --- a/.htaccess +++ b/.htaccess @@ -78,6 +78,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> |