Skip to content

Commit

Permalink
add config to pages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Jan 2, 2025
1 parent 704eca8 commit 206cf6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 0 additions & 19 deletions apps/spotlight/federalist.json

This file was deleted.

19 changes: 18 additions & 1 deletion pages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
{
"cache": false
"cache": false,
"headers": [
{
"/*.html": {
"cache-control": "public, max-age=60, must-revalidate"
}
},
{
"/_astro/*": {
"cache-control": "public, max-age=31536000, immutable"
}
},
{
"/*": {
"cache-control": "public, max-age=45"
}
}
]
}

0 comments on commit 206cf6f

Please sign in to comment.