Drop cache on Now page api, temporarily
This commit is contained in:
parent
97a4995a29
commit
bc54c42d9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user