Skip to content

Commit feee2f5

Browse files
cmbartschatgioboa
andauthored
fix(starters): fix up vercel.json source pattern (#7663)
* fix(vercel) vercel.json source pattern * chore: add missing changeset --------- Co-authored-by: gioboa <[email protected]>
1 parent 8a69fac commit feee2f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rotten-bats-accept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-qwik': patch
3+
---
4+
5+
FIX: fix up vercel starter config

starters/adapters/vercel-edge/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
},
1212
{
13-
"source": "/(assets|build)/.*",
13+
"source": "/(assets|build)/(.*)",
1414
"headers": [
1515
{
1616
"key": "Cache-Control",

0 commit comments

Comments
 (0)