Skip to content

Commit

Permalink
chore: fix hashed js file glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Aug 24, 2024
1 parent de6acf6 commit 94f9b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
{
"source": "*-[0-9A-Z]{8}.@(css|js)",
"source": "*-[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z].@(css|js)",
"headers": [
{
"key": "Cache-Control",
Expand All @@ -36,7 +36,7 @@
]
},
{
"source": "/**/*.@(png|jpg|jpeg|gif|webp|svg)",
"source": "**/*.@(png|jpg|jpeg|gif|webp|svg)",
"headers": [
{
"key": "Cache-Control",
Expand Down

0 comments on commit 94f9b79

Please sign in to comment.