chore: cache policy

This commit is contained in:
Cory Dransfeldt 2024-02-29 13:39:45 -08:00
parent df88af73ad
commit ae7057518c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ export default async () => {
const MUSIC_KEY = Netlify.env.get("API_KEY_LASTFM"); const MUSIC_KEY = Netlify.env.get("API_KEY_LASTFM");
const headers = { const headers = {
"Content-Type": "application/json", "Content-Type": "application/json",
"Cache-Control": "public, s-maxage=3600", "Cache-Control": "public, s-maxage=3600, stale-while-revalidate=10800, stale-if-error=10800",
}; };
const traktRes = await fetch("https://api.trakt.tv/users/cdransf/watching", { const traktRes = await fetch("https://api.trakt.tv/users/cdransf/watching", {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "6.9.1", "version": "6.9.2",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {