Fix SPA rewrites

This commit is contained in:
Cory LaViska
2020-07-14 17:02:07 -04:00
parent aa949095c0
commit 83ca5cbf80

View File

@@ -1,3 +1,4 @@
{
"routes": [{ "src": "/(.*)", "dest": "/" }]
"version": 2,
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}