diff --git a/dist/.htaccess b/dist/.htaccess index 053377d..62d0312 100644 --- a/dist/.htaccess +++ b/dist/.htaccess @@ -1,2 +1,4 @@ -Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html -[QSA,L] +Options -MultiViews +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ index.html [QSA,L]