's'
This commit is contained in:
36
vercel.json
Normal file
36
vercel.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"buildCommand": "pnpm build",
|
||||
"outputDirectory": ".next",
|
||||
"installCommand": "pnpm install --no-frozen-lockfile",
|
||||
"framework": "nextjs",
|
||||
"functions": {
|
||||
"app/api/**/*.ts": {
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "X-Frame-Options",
|
||||
"value": "DENY"
|
||||
},
|
||||
{
|
||||
"key": "X-Content-Type-Options",
|
||||
"value": "nosniff"
|
||||
},
|
||||
{
|
||||
"key": "Referrer-Policy",
|
||||
"value": "strict-origin-when-cross-origin"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/(.*)",
|
||||
"destination": "/api/$1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user