chore: fetch more episodes
This commit is contained in:
parent
d85a04d7f6
commit
f21fd36237
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Reference in a new issue