diff --git a/public/.htaccess b/public/.htaccess index adb7d9c..048d838 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -5,11 +5,11 @@ RewriteEngine on # Block files and folders beginning with a dot, such as .git except for the .well-known folder, which is used for Let's Encrypt and security.txt - RewriteRule (^|/)\.(?!well-known\/) index.html [L] + RewriteRule (^|/)\.(?!well-known\/) index.mjs [L] # Make site links work RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*) index.html [L] + RewriteRule ^(.*) index.mjs [L]