From 30c07c1338d2997472efe12acf80e57668081298 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 5 May 2023 16:11:03 -0700 Subject: [PATCH] fix: deploy links feed before merging it into the follow feed --- src/follow-feed.11ty.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/follow-feed.11ty.js b/src/follow-feed.11ty.js index 48338e53..3b61a3a7 100644 --- a/src/follow-feed.11ty.js +++ b/src/follow-feed.11ty.js @@ -10,7 +10,6 @@ module.exports = class { const feed = new ActivityFeed() feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml') - feed.addSource('atom', 'Link', 'https://coryd.dev/links.xml') feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss') feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')