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