fix: various small fixes
This commit is contained in:
parent
9811b42b7a
commit
e2d26a8b9a
5 changed files with 4 additions and 79 deletions
|
@ -12,7 +12,7 @@ dayjs.extend(relativeTime);
|
|||
const fetchRecentMovies = async () => {
|
||||
const url = `https://letterboxd.com/wonderfulfrog/rss/`;
|
||||
|
||||
const response = await EleventyFetch(url, { duration: "1m", type: "text" });
|
||||
const response = await EleventyFetch(url, { duration: "1d", type: "text" });
|
||||
|
||||
const $ = cheerio.load(response, { xml: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue