← 모든 코드 파일

vercel.json

Vercel 설정: SPA 리라이트와 보안 헤더.

{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
  "headers": [
    {
      "source": "/(.*)",
      "headers": [{ "key": "X-Content-Type-Options", "value": "nosniff" }]
    }
  ]
}

이 도구에 대해

Vercel 설정: SPA 리라이트와 보안 헤더.

바로 사용할 수 있는 vercel.json — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.