From 14beff6aa16f700d937370d8ad2e4b3b57267ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marche?= <35939574+ecstrema@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:58:06 -0400 Subject: [PATCH] Add CommaFeed subscription configuration (#1161) --- src/lib/quick-subscriptions.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/lib/quick-subscriptions.ts b/src/lib/quick-subscriptions.ts index a28a802..eff069f 100644 --- a/src/lib/quick-subscriptions.ts +++ b/src/lib/quick-subscriptions.ts @@ -123,6 +123,15 @@ export const quickSubscriptions: ({ getSubscribePath: (data) => `/index.html#/check/add?title=${encodeURIComponent(data.title)}&url=${data.encodedUrl}&type=rss&icon=${encodeURIComponent(data.image)}`, }, + { + name: "CommaFeed", + projectUrl: "https://commafeed.com", + key: "commafeed", + subscribeDomain: "https://commafeed.com", + themeColor: "#ffa94d", + getSubscribePath: (data) => + `/rest/feed/subscribe?url=${data.encodedUrl}`, + }, { name: "localReader", key: "local",