bug fix
This commit is contained in:
10
vercel.json
10
vercel.json
@@ -1,14 +1,4 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "package.json",
|
||||
"use": "@vercel/next",
|
||||
"config": {
|
||||
"installCommand": "npm install --force",
|
||||
"buildCommand": "npm run build"
|
||||
}
|
||||
}
|
||||
],
|
||||
"routes": [{ "src": "/(.*)", "dest": "/" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user