diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..2b45659 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule . /index.html [L]