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