fix vercel deployments not working?

this thing: https://vercel.com/guides/fix-shared-array-buffer-not-defined-nextjs-react
This commit is contained in:
JovannMC 2025-01-12 22:12:44 +03:00
parent 40e99e0a20
commit 8e6c730a67
No known key found for this signature in database
1 changed files with 17 additions and 0 deletions

17
vercel.json Normal file
View File

@ -0,0 +1,17 @@
{
"headers": [
{
"source": "/",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
}