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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

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",