Skip to content

Commit abb5d91

Browse files
committed
feat: add root
1 parent 224ae5d commit abb5d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
{
22-
"source": "https://pokeapi.co/**/*.@(css|js|png)",
22+
"source": "**/*.@(css|js|png)",
2323
"headers": [
2424
{
2525
"key": "Cache-Tag",
@@ -32,7 +32,7 @@
3232
]
3333
},
3434
{
35-
"source": "https://staging.pokeapi.co/**/*.@(css|js|png)",
35+
"source": "/",
3636
"headers": [
3737
{
3838
"key": "Cache-Tag",

0 commit comments

Comments
 (0)