Skip to content

Commit

Permalink
Add header to assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Feb 13, 2025
1 parent 6a90a5a commit 38fb56e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion gui/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"headers": [
{
"source": "/",
"source": "**.(js|html)",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
},
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
Expand Down

0 comments on commit 38fb56e

Please sign in to comment.