Skip to content

Commit 94f9b79

Browse files
committed
chore: fix hashed js file glob pattern
1 parent de6acf6 commit 94f9b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424
},
2525
{
26-
"source": "*-[0-9A-Z]{8}.@(css|js)",
26+
"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)",
2727
"headers": [
2828
{
2929
"key": "Cache-Control",
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
{
39-
"source": "/**/*.@(png|jpg|jpeg|gif|webp|svg)",
39+
"source": "**/*.@(png|jpg|jpeg|gif|webp|svg)",
4040
"headers": [
4141
{
4242
"key": "Cache-Control",

0 commit comments

Comments
 (0)