Skip to content

Commit 351c116

Browse files
committed
feat: submitto defaultConfig
1 parent 474ca97 commit 351c116

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/lib/config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export const defaultConfig = {
3333
qireaderDomain: "https://www.qireader.com",
3434
feedspub: false,
3535
bazqux: false,
36-
local: true,
36+
local: false,
37+
follow: true,
3738
},
3839
refreshTimeout: 2 * 60 * 60,
3940
}

src/lib/quick-subscriptions.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,12 @@ export const quickSubscriptions: ({
1919
))[] = [
2020
{
2121
name: "Follow",
22-
projectUrl: "https://github.com/RSSNext/follow",
22+
projectUrl: "https://follow.is",
2323
key: "follow",
2424
subscribeDomain: "follow://",
2525
themeColor: "#ff5c00",
2626
getSubscribePath: (data) => `add?url=${data.encodedUrl}`,
2727
},
28-
{
29-
name: "Miniflux",
30-
projectUrl: "https://miniflux.app",
31-
key: "miniflux",
32-
subscribeDomainKey: "minifluxDomain",
33-
themeColor: "#33995b",
34-
getSubscribePath: (data) => `/bookmarklet?uri=${data.encodedUrl}`,
35-
},
3628
{
3729
name: "Inoreader",
3830
projectUrl: "https://www.inoreader.com/",
@@ -41,6 +33,14 @@ export const quickSubscriptions: ({
4133
themeColor: "#0099eb",
4234
getSubscribePath: (data) => `/?add_feed=${data.encodedUrl}`,
4335
},
36+
{
37+
name: "Miniflux",
38+
projectUrl: "https://miniflux.app",
39+
key: "miniflux",
40+
subscribeDomainKey: "minifluxDomain",
41+
themeColor: "#33995b",
42+
getSubscribePath: (data) => `/bookmarklet?uri=${data.encodedUrl}`,
43+
},
4444
{
4545
name: "Feedly",
4646
projectUrl: "https://feedly.com",

0 commit comments

Comments
 (0)