Skip to content

Commit

Permalink
Create vercel.json (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 24, 2024
1 parent deb74f1 commit 25cab65
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Referrer-Policy",
"value": "origin-when-cross-origin"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=2592000"
}
]
}
],
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}

0 comments on commit 25cab65

Please sign in to comment.