Skip to content

Commit

Permalink
relaxed
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Oct 2, 2024
1 parent 43b14bb commit a977f31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<div class="content">
{#if browser}
<Viewer
relaxed
onLog={(l: Log[]) => logs = l}
{bundle}
theme={$theme.current}
Expand Down
34 changes: 0 additions & 34 deletions apps/svelte.dev/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,6 @@
"value": "cross-origin"
}
]
},
{
"source": "tutorial/(.*)\\.(.*)",
"headers": [
{
"key": "cross-origin-opener-policy",
"value": "same-origin"
},
{
"key": "cross-origin-embedder-policy",
"value": "require-corp"
},
{
"key": "cross-origin-resource-policy",
"value": "cross-origin"
}
]
},
{
"source": "svelte-logo(.*)",
"headers": [
{
"key": "cross-origin-opener-policy",
"value": "same-origin"
},
{
"key": "cross-origin-embedder-policy",
"value": "require-corp"
},
{
"key": "cross-origin-resource-policy",
"value": "cross-origin"
}
]
}
]
}

0 comments on commit a977f31

Please sign in to comment.