From b9c1c58f1cc381b360ea7fc217c9a9fc680b7fce Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Mon, 20 Feb 2023 23:20:08 +0500 Subject: [PATCH] build --- dist/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dist/.htaccess diff --git a/dist/.htaccess b/dist/.htaccess new file mode 100644 index 0000000..152dce1 --- /dev/null +++ b/dist/.htaccess @@ -0,0 +1,4 @@ +Options -MultiViews +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ index.html [QSA,L] \ No newline at end of file