mirror of https://github.com/VERT-sh/VERT.git
fix vercel deployments not working?
this thing: https://vercel.com/guides/fix-shared-array-buffer-not-defined-nextjs-react
This commit is contained in:
parent
40e99e0a20
commit
8e6c730a67
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cross-Origin-Embedder-Policy",
|
||||
"value": "require-corp"
|
||||
},
|
||||
{
|
||||
"key": "Cross-Origin-Opener-Policy",
|
||||
"value": "same-origin"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue