fix: analytics range

This commit is contained in:
Cory Dransfeldt 2023-09-01 06:18:03 -07:00
parent 3db36b44e6
commit 5ea41a7e25
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&date=this-month&output=json`
const url = `https://api.clicky.com/api/stats/4?site_id=${SITE_ID_CLICKY}&sitekey=${SITE_KEY_CLICKY}&type=pages&date=last-90-days&output=json`
const res = EleventyFetch(url, {
duration: '1h',
type: 'json',