mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix SPA rewrites
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"routes": [{ "src": "/(.*)", "dest": "/" }]
|
||||
"version": 2,
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user