Skip to content

Commit

Permalink
chore: fix vercel route syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 3, 2024
1 parent bf993f0 commit 6a3285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
{
"source": "-[a-zA-Z0-9_-]{8}\\.(js|css)(\\.map)?",
"source": "/(.*)-([a-zA-Z0-9_-]{8}).(js|css)(\\.map)?",
"headers" : [
{
"key" : "Cache-Control",
Expand Down

0 comments on commit 6a3285f

Please sign in to comment.