mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
25 lines
449 B
JSON
25 lines
449 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"rewrites": [
|
|
{
|
|
"source": "/((?!api|.*\\..*).*)",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/",
|
|
"headers": [
|
|
{
|
|
"key": "Cross-Origin-Embedder-Policy",
|
|
"value": "require-corp"
|
|
},
|
|
{
|
|
"key": "Cross-Origin-Opener-Policy",
|
|
"value": "same-origin"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|