Skip to content

Commit 43b14bb

Browse files
committed
like this?
1 parent 3e713fb commit 43b14bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
{
22-
"source": "/tutorial/(.*)\\.(.*)",
22+
"source": "tutorial/(.*)\\.(.*)",
2323
"headers": [
2424
{
2525
"key": "cross-origin-opener-policy",
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"source": "/svelte-logo(.*)",
39+
"source": "svelte-logo(.*)",
4040
"headers": [
4141
{
4242
"key": "cross-origin-opener-policy",

0 commit comments

Comments
 (0)