missing routes.json file for direct routing

This commit is contained in:
Jen Looper
2020-12-28 11:43:42 -05:00
parent 03355fabe2
commit 862e0cffe5

View File

@@ -0,0 +1,8 @@
{
"routes": [
{
"route": "/*",
"serve": "/index.html"
}
]
}