tweak fetch timing
This commit is contained in:
parent
31c7c014c5
commit
56836c06a1
1 changed files with 1 additions and 1 deletions
|
@ -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/music?limit=1&period=7day'
|
const url = 'https://utils.coryd.dev/api/music?limit=1&period=7day'
|
||||||
const res = EleventyFetch(url, {
|
const res = EleventyFetch(url, {
|
||||||
duration: '3m',
|
duration: '0s',
|
||||||
type: 'json',
|
type: 'json',
|
||||||
})
|
})
|
||||||
const music = await res
|
const music = await res
|
||||||
|
|
Reference in a new issue