tweak now timing
This commit is contained in:
parent
c34e6412bb
commit
9a5431cffa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue