feat: add serve.json for SPA routing (callback redirect)
This commit is contained in:
5
public/serve.json
Normal file
5
public/serve.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "**", "destination": "/index.html" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user