Create vercel.json

This commit is contained in:
agczsz 2023-07-01 16:20:13 +08:00 committed by GitHub
parent 86dad88c0a
commit 8853c2c44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
vercel.json Normal file
View File

@ -0,0 +1,9 @@
{
"version": 2,
"builds": [
{
"src": "/public/public",
"use": "@vercel/node"
}
]
}