Update vercel.json

This commit is contained in:
chaoszhu 2022-09-29 16:59:12 +08:00 committed by GitHub
parent 4f7d6bc886
commit dfe937f52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,5 @@
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
}