chore: update analytics fetch window

This commit is contained in:
Cory Dransfeldt 2023-08-31 05:50:15 -07:00
parent 156c8bc7e1
commit 3db36b44e6
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 () {
const SITE_ID_CLICKY = process.env.SITE_ID_CLICKY
const SITE_KEY_CLICKY = process.env.SITE_KEY_CLICKY
const url = `https://api.clicky.com/api/stats/4?site_id=${SITE_ID_CLICKY}&sitekey=${SITE_KEY_CLICKY}&type=pages&output=json`
const url = `https://api.clicky.com/api/stats/4?site_id=${SITE_ID_CLICKY}&sitekey=${SITE_KEY_CLICKY}&type=pages&date=this-month&output=json`
const res = EleventyFetch(url, {
duration: '1h',
type: 'json',