We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c097f63 commit 14beff6Copy full SHA for 14beff6
1 file changed
src/lib/quick-subscriptions.ts
@@ -123,6 +123,15 @@ export const quickSubscriptions: ({
123
getSubscribePath: (data) =>
124
`/index.html#/check/add?title=${encodeURIComponent(data.title)}&url=${data.encodedUrl}&type=rss&icon=${encodeURIComponent(data.image)}`,
125
},
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
+ },
135
{
136
name: "localReader",
137
key: "local",
0 commit comments