Skip to content

Commit 14beff6

Browse files
authored
Add CommaFeed subscription configuration (#1161)
1 parent c097f63 commit 14beff6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/lib/quick-subscriptions.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ export const quickSubscriptions: ({
123123
getSubscribePath: (data) =>
124124
`/index.html#/check/add?title=${encodeURIComponent(data.title)}&url=${data.encodedUrl}&type=rss&icon=${encodeURIComponent(data.image)}`,
125125
},
126+
{
127+
name: "CommaFeed",
128+
projectUrl: "https://commafeed.com",
129+
key: "commafeed",
130+
subscribeDomain: "https://commafeed.com",
131+
themeColor: "#ffa94d",
132+
getSubscribePath: (data) =>
133+
`/rest/feed/subscribe?url=${data.encodedUrl}`,
134+
},
126135
{
127136
name: "localReader",
128137
key: "local",

0 commit comments

Comments
 (0)