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