Clear existing content
This commit is contained in:
34
vercel.json
34
vercel.json
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"buildCommand": "next build",
|
||||
"devCommand": "next dev",
|
||||
"installCommand": "npm install",
|
||||
"framework": "nextjs",
|
||||
"regions": ["hkg1", "sin1"],
|
||||
"env": {
|
||||
"ALIPAY_PARTNER_ID": "@alipay_partner_id",
|
||||
"ALIPAY_KEY": "@alipay_key",
|
||||
"WECHAT_APP_ID": "@wechat_app_id",
|
||||
"WECHAT_APP_SECRET": "@wechat_app_secret",
|
||||
"WECHAT_MCH_ID": "@wechat_mch_id",
|
||||
"WECHAT_API_KEY": "@wechat_api_key"
|
||||
},
|
||||
"headers": [
|
||||
{
|
||||
"source": "/api/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Access-Control-Allow-Origin",
|
||||
"value": "*"
|
||||
},
|
||||
{
|
||||
"key": "Access-Control-Allow-Methods",
|
||||
"value": "GET, POST, PUT, DELETE, OPTIONS"
|
||||
},
|
||||
{
|
||||
"key": "Access-Control-Allow-Headers",
|
||||
"value": "Content-Type, Authorization"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user