⚙️
Verifieddeployment0 installs
Vercel Config
Vercel deployment configuration
Configuration
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
}
]
}
],
"regions": [
"iad1"
],
"framework": "nextjs",
"buildCommand": "npm run build",
"outputDirectory": ".next"
}Installation
Via StackShack CLI
npx stackshack install vercel-configManual Configuration
Add this configuration to your claude_settings file:
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
}
]
}
],
"regions": [
"iad1"
],
"framework": "nextjs",
"buildCommand": "npm run build",
"outputDirectory": ".next"
}Tags
#vercel#deployment#nextjs
Quick Actions
Stats
Installs0
Categorydeployment
Statuspublished