chore: fetch more episodes

This commit is contained in:
Cory Dransfeldt 2023-09-07 08:50:07 -07:00
parent d85a04d7f6
commit f21fd36237
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch')
module.exports = async function () { module.exports = async function () {
const TV_KEY = process.env.API_KEY_TRAKT const TV_KEY = process.env.API_KEY_TRAKT
const url = 'https://api.trakt.tv/users/cdransf/history/shows' const url = 'https://api.trakt.tv/users/cdransf/history/shows?page=1&limit=30'
const res = EleventyFetch(url, { const res = EleventyFetch(url, {
duration: '1h', duration: '1h',
type: 'json', type: 'json',