Skip to content

Commit

Permalink
Merge pull request #139 from bettersg/133_hotfix_indiv_scheme_page
Browse files Browse the repository at this point in the history
Fix headers
  • Loading branch information
yevkim authored Jan 12, 2025
2 parents eea55f4 + 47d503c commit 65b92ba
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 65b92ba

Please sign in to comment.