From 9a5431cffae10c597a51a6ac572a98294267ec6c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 13 Mar 2023 19:04:31 -0700 Subject: [PATCH] tweak now timing --- src/_data/now.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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