diff --git a/src/_data/now.js b/src/_data/now.js index 1d884822..f176dec9 100644 --- a/src/_data/now.js +++ b/src/_data/now.js @@ -3,7 +3,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch') module.exports = async function () { const url = 'https://utils.coryd.dev/api/now?endpoints=artists,albums,books,movies,tv' const res = EleventyFetch(url, { - duration: '3h', + duration: '1h', type: 'json', }) const now = await res