⚙️
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-config

Manual 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

Need Help?

Check our documentation or reach out to the community.

Get Support

More deployment Settings