bolt.diy/vercel.json
2025-03-17 11:53:56 -07:00

24 lines
453 B
JSON

{
"buildCommand": "npx remix vite:build",
"framework": "remix",
"installCommand": "pnpm install",
"outputDirectory": "build",
"regions": [
"iad1"
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
}