Add CommaFeed subscription configuration (#1161)
This commit is contained in:
parent
c097f63a8e
commit
14beff6aa1
|
|
@ -123,6 +123,15 @@ export const quickSubscriptions: ({
|
||||||
getSubscribePath: (data) =>
|
getSubscribePath: (data) =>
|
||||||
`/index.html#/check/add?title=${encodeURIComponent(data.title)}&url=${data.encodedUrl}&type=rss&icon=${encodeURIComponent(data.image)}`,
|
`/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",
|
name: "localReader",
|
||||||
key: "local",
|
key: "local",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue