diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-12-31 11:01:50 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-12-31 11:01:50 +0300 |
commit | d9cdea797fe26cc02d213b5fb040be8b38958be6 (patch) | |
tree | 648522de68e02346d8adb47974c4a90d7f405d2d /src/config | |
parent | will merge later (diff) | |
download | libredirect-d9cdea797fe26cc02d213b5fb040be8b38958be6.zip |
Switched back to pug
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/config/config.json b/src/config/config.json index 6c78a118..4a28194d 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -79,8 +79,7 @@ "options": { "enabled": true, "redirectType": "both", - "frontend": "invidious", - "embedFrontend": "invidious" + "frontend": "invidious" }, "imageType": "png", "embeddable": true, @@ -260,7 +259,7 @@ "options": { "enabled": true }, - "imageType": "svgMono", + "imageType": "svg", "embeddable": false, "url": "https://medium.com" }, @@ -373,8 +372,7 @@ "options": { "enabled": true, "frontend": "librarian", - "redirectType": "both", - "embedFrontend": "librarian" + "redirectType": "both" }, "imageType": "png", "embeddable": true, @@ -407,7 +405,7 @@ "enabled": true, "frontend": "searxng" }, - "imageType": "svgMono", + "imageType": "svg", "embeddable": false, "url": "https://search.libredirect.invalid" }, @@ -435,7 +433,7 @@ "enabled": true, "frontend": "simplyTranslate" }, - "imageType": "svgMono", + "imageType": "svg", "embeddable": false, "url": "https://translate.libredirect.invalid" }, @@ -459,7 +457,7 @@ "enabled": false, "frontend": "osm" }, - "imageType": "svgMono", + "imageType": "svg", "embeddable": false, "url": "https://maps.libredirect.invalid" }, @@ -479,7 +477,7 @@ "options": { "enabled": true }, - "imageType": "svgMono", + "imageType": "svg", "embeddable": false, "url": "https://send.libredirect.invalid" }, @@ -497,7 +495,7 @@ "options": { "enabled": true }, - "imageType": "svgMono", + "imageType": "svg", "embeddable": false, "url": "https://paste.libredirect.invalid" } |