Skip to content

Commit 5ca9509

Browse files
Alejo Ponce De LeonAlejo Ponce De Leon
authored andcommitted
Fix regex pattern in vercel.json for image headers
1 parent e864ef8 commit 5ca9509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424
},
2525
{
26-
"source": "/(.*)\\.(?:jpg|jpeg|gif|png|svg|webp|avif)",
26+
"source": "/(.*)\\.(jpg|jpeg|gif|png|svg|webp|avif)",
2727
"headers": [
2828
{
2929
"key": "Cache-Control",

0 commit comments

Comments
 (0)