From 2c3139dad00dac78553d1111cf5e62bddbfd1738 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 13 Mar 2023 13:33:34 -0700 Subject: [PATCH] cache adjust --- src/_data/nowplaying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/nowplaying.js b/src/_data/nowplaying.js index 1f174637..c849391b 100644 --- a/src/_data/nowplaying.js +++ b/src/_data/nowplaying.js @@ -3,7 +3,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch') module.exports = async function () { const url = 'https://utils.coryd.dev/api/music?limit=1&period=7day' const res = EleventyFetch(url, { - duration: '10m', + duration: '3m', type: 'json', }) const music = await res