Skip to content

Commit 8234492

Browse files
committed
fix: ensure payload fallbacks have json headers
1 parent e42403c commit 8234492

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vercel.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,16 @@
8282
],
8383
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/LICENSE"
8484
}
85+
],
86+
"headers": [
87+
{
88+
"source": "**/*_payload.json",
89+
"headers": [
90+
{
91+
"key": "Content-Type",
92+
"value": "application/json"
93+
}
94+
]
95+
}
8596
]
8697
}

0 commit comments

Comments
 (0)