Skip to content

Commit

Permalink
Merge pull request #75 from cloud-gov/cache-css
Browse files Browse the repository at this point in the history
cache css for one year
  • Loading branch information
drewbo authored Oct 25, 2024
2 parents 9d9fd79 + e7c15d2 commit db4c632
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"headers": [
{
"/*.css": {
"cache-control": "public, max-age=31536000, immutable"
}
}
]
}

0 comments on commit db4c632

Please sign in to comment.