cache adjust
This commit is contained in:
parent
362ce5e88b
commit
2c3139dad0
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/music?limit=1&period=7day'
|
||||
const res = EleventyFetch(url, {
|
||||
duration: '10m',
|
||||
duration: '3m',
|
||||
type: 'json',
|
||||
})
|
||||
const music = await res
|
||||
|
|
Reference in a new issue