cache adjust
This commit is contained in:
parent
e4ad42cd7f
commit
db5a93226a
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch')
|
|||
module.exports = async function () {
|
||||
const url = 'https://api.omg.lol/address/cory/statuses/'
|
||||
const res = EleventyFetch(url, {
|
||||
duration: '1d',
|
||||
duration: '1h',
|
||||
type: 'json',
|
||||
})
|
||||
const status = await res
|
||||
|
|
Reference in a new issue