Skip to content

Commit

Permalink
Add vercel config (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Jan 10, 2025
1 parent 969ad5b commit ac7aa1d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
}

0 comments on commit ac7aa1d

Please sign in to comment.