Skip to content

Commit de6acf6

Browse files
committed
chore: fix glob patterns
1 parent 0f12088 commit de6acf6

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]{8}.@(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)