CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
vercel.json
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 10d172b | 1 | { |
| 2 | "$schema": "https://openapi.vercel.sh/vercel.json", | |
| 3 | "framework": null, | |
| 4 | "buildCommand": null, | |
| 5 | "installCommand": null, | |
| 6 | "outputDirectory": "public", | |
| 7 | "cleanUrls": true, | |
| 8 | "trailingSlash": false, | |
| 9 | "headers": [ | |
| 10 | { | |
| 11 | "source": "/(.*)", | |
| 12 | "headers": [ | |
| 13 | { "key": "X-Content-Type-Options", "value": "nosniff" }, | |
| 14 | { "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }, | |
| 15 | { "key": "X-Frame-Options", "value": "DENY" } | |
| 16 | ] | |
| 17 | } | |
| 18 | ] | |
| 19 | } |