From eff83f315bcb30cd61b61de7d2df43e256740bde Mon Sep 17 00:00:00 2001 From: Kakabay Date: Fri, 31 Mar 2023 16:29:59 +0500 Subject: [PATCH] build --- dist/.htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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]