mirror of
https://github.com/meshtastic/web.git
synced 2026-04-25 08:20:06 -04:00
fix: added ble header to vercel config
This commit is contained in:
19
vercel.json
19
vercel.json
@@ -1 +1,18 @@
|
||||
{ "github": { "silent": true } }
|
||||
{
|
||||
"github": { "silent": true },
|
||||
"headers": [
|
||||
{
|
||||
"source": "/",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cross-Origin-Embedder-Policy",
|
||||
"value": "require-corp"
|
||||
},
|
||||
{
|
||||
"key": "Cross-Origin-Opener-Policy",
|
||||
"value": "same-origin"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user