Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkim committed Jan 12, 2025
1 parent f3b5ddb commit 47d503c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@
],
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
"source": "/_next/**",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
},
Expand Down Expand Up @@ -59,8 +64,13 @@
],
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
"source": "/_next/**",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}
Expand Down

0 comments on commit 47d503c

Please sign in to comment.