Skip to content

Commit

Permalink
feat(client): cache manifest for one day (freeCodeCamp#55776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Aug 7, 2024
1 parent 2770c1d commit 381f167
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/serve/serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"value": "public, max-age=14400, stale-while-revalidate=172800, must-revalidate"
}
]
},
{
"source": "manifest.webmanifest",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400, stale-while-revalidate=86400, must-revalidate"
}
]
}
],
"trailingSlash": false,
Expand Down

0 comments on commit 381f167

Please sign in to comment.