chore: cache policy
This commit is contained in:
parent
df88af73ad
commit
ae7057518c
2 changed files with 2 additions and 2 deletions
|
@ -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", {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Reference in a new issue