From bc54c42d9f0e5e5145da46741a807215a02219c9 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Fri, 18 Aug 2023 10:14:35 +0100 Subject: [PATCH] Drop cache on Now page api, temporarily --- src/now.11tydata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/now.11tydata.js b/src/now.11tydata.js index 2c67ab3..03c8496 100644 --- a/src/now.11tydata.js +++ b/src/now.11tydata.js @@ -6,7 +6,7 @@ module.exports = { // Retrieve the /now page from the server const body = await EleventyFetch("https://api.omg.lol/address/lewis/now", { type: 'json', - duration: '6h' + duration: '10m' }); // Convert the unix timestamp to a JS datetime timestamp