Add CommaFeed subscription configuration (#1161)

This commit is contained in:
Rémi Marche
2025-09-08 20:58:06 -04:00
committed by GitHub
parent c097f63a8e
commit 14beff6aa1
+9
View File
@@ -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",