File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ export const defaultConfig = {
33
33
qireaderDomain : "https://www.qireader.com" ,
34
34
feedspub : false ,
35
35
bazqux : false ,
36
- local : true ,
36
+ local : false ,
37
+ follow : true ,
37
38
} ,
38
39
refreshTimeout : 2 * 60 * 60 ,
39
40
}
Original file line number Diff line number Diff line change @@ -19,20 +19,12 @@ export const quickSubscriptions: ({
19
19
) ) [ ] = [
20
20
{
21
21
name : "Follow" ,
22
- projectUrl : "https://github.com/RSSNext/ follow" ,
22
+ projectUrl : "https://follow.is " ,
23
23
key : "follow" ,
24
24
subscribeDomain : "follow://" ,
25
25
themeColor : "#ff5c00" ,
26
26
getSubscribePath : ( data ) => `add?url=${ data . encodedUrl } ` ,
27
27
} ,
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
- } ,
36
28
{
37
29
name : "Inoreader" ,
38
30
projectUrl : "https://www.inoreader.com/" ,
@@ -41,6 +33,14 @@ export const quickSubscriptions: ({
41
33
themeColor : "#0099eb" ,
42
34
getSubscribePath : ( data ) => `/?add_feed=${ data . encodedUrl } ` ,
43
35
} ,
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
+ } ,
44
44
{
45
45
name : "Feedly" ,
46
46
projectUrl : "https://feedly.com" ,
You can’t perform that action at this time.
0 commit comments