Skip to content

Commit

Permalink
Move vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jan 10, 2025
1 parent ac7aa1d commit a7a03c3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions apps/xmtp.chat/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 a7a03c3

Please sign in to comment.