File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments