🤖 Generated with BlackRoad Repo Buildout Master Co-Authored-By: Cece <noreply@blackroad.io>
34 lines
484 B
JSON
34 lines
484 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "package.json",
|
|
"use": "@vercel/next"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/$1"
|
|
}
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
},
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Frame-Options",
|
|
"value": "DENY"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|