We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd3b35 commit 16218b2Copy full SHA for 16218b2
1 file changed
site/static/.htaccess
@@ -0,0 +1,6 @@
1
+RewriteEngine On
2
+
3
+# SPA fallback: serve index.html for client-side routes
4
+RewriteCond %{REQUEST_FILENAME} !-f
5
+RewriteCond %{REQUEST_FILENAME} !-d
6
+RewriteRule ^ /index.html [L]
0 commit comments