bug fix
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"rewrites": [
|
||||||
"builds": [{ "src": "dist/index.html", "use": "@vercel/static" }],
|
{
|
||||||
"routes": [{ "src": "/(.*)", "dest": "/index.html" }]
|
"source": "/(.*)",
|
||||||
|
"destination": "/index.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user