There was an error while loading. Please reload this page.
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