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