We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35a83b commit ddf16aeCopy full SHA for ddf16ae
public/.htaccess
@@ -0,0 +1,5 @@
1
+RewriteBase /
2
+RewriteRule ^index\.html$ - [L]
3
+RewriteCond %{REQUEST_FILENAME} !-f
4
+RewriteCond %{REQUEST_FILENAME} !-d
5
+RewriteRule . /index.html [L]
0 commit comments