From 1557555f462f0af0831134bc8d6162f60fe345df Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 25 Dec 2025 18:11:53 +0000 Subject: [PATCH] updated URL in config.js for 'dylan.some.pics' to use RSS feed --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 941af64..d7dab85 100644 --- a/config.js +++ b/config.js @@ -20,7 +20,7 @@ export const items = [ id: 'pics', regex: htmlLinkRegex('dylan.some.pics'), getLatest: async () => - getJsonFeedItemTitle('https://dylan.some.pics/feed.json'), + getJsonFeedItemTitle('https://dylan.some.pics/rss'), }, { id: 'letterboxd',