2025-10-09 19:11:53 +02:00
|
|
|
{
|
2025-10-10 16:43:21 +02:00
|
|
|
"buildCommand": "pnpm build",
|
|
|
|
|
"devCommand": "pnpm dev",
|
|
|
|
|
"installCommand": "pnpm install",
|
|
|
|
|
"framework": "nextjs",
|
|
|
|
|
"regions": ["iad1"],
|
|
|
|
|
"headers": [
|
|
|
|
|
{
|
|
|
|
|
"source": "/(.*)",
|
|
|
|
|
"headers": [
|
|
|
|
|
{
|
|
|
|
|
"key": "X-Content-Type-Options",
|
|
|
|
|
"value": "nosniff"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "X-Frame-Options",
|
|
|
|
|
"value": "SAMEORIGIN"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "X-XSS-Protection",
|
|
|
|
|
"value": "1; mode=block"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "Referrer-Policy",
|
|
|
|
|
"value": "origin-when-cross-origin"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-10-09 19:11:53 +02:00
|
|
|
}
|