tweak now timing

This commit is contained in:
Cory Dransfeldt 2023-03-13 19:04:31 -07:00
parent c34e6412bb
commit 9a5431cffa
No known key found for this signature in database

View file

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