feat: add serve.json for SPA routing (callback redirect)

This commit is contained in:
2001-01-01 00:00:00 +00:00
parent 3ae74a7f7d
commit 6d7280566e

5
public/serve.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "**", "destination": "/index.html" }
]
}