diff options
-rw-r--r-- | src/assets/javascripts/services.js | 1 | ||||
-rw-r--r-- | src/config.json | 13 |
2 files changed, 10 insertions, 4 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index fb42e8b7..febd1198 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -911,6 +911,7 @@ const defaultInstances = { vixipy: ["https://vx.maid.zone"], indestructables: ["https://indestructables.private.coffee"], destructables: ["https://ds.vern.cc"], + structables: ["https://structables.private.coffee"], safetwitch: ["https://safetwitch.drgns.space"], twineo: ["https://twineo.exozy.me"], proxigram: ["https://ig.opnxng.com"], diff --git a/src/config.json b/src/config.json index 26453dc2..b6338462 100644 --- a/src/config.json +++ b/src/config.json @@ -993,15 +993,20 @@ "instructables": { "name": "Instructables", "frontends": { - "indestructables": { - "name": "Indestructables", + "structables": { + "name": "Structables", "instanceList": true, - "url": "https://indestructables.codeberg.page" + "url": "https://github.com/PrivateCoffee/structables" }, "destructables": { "name": "Destructables", "instanceList": true, "url": "https://git.vern.cc/cobra/Destructables" + }, + "indestructables": { + "name": "Indestructables", + "instanceList": true, + "url": "https://indestructables.codeberg.page" } }, "targets": [ @@ -1010,7 +1015,7 @@ "options": { "enabled": false, "unsupportedUrls": "bypass", - "frontend": "indestructables", + "frontend": "structables", "redirectOnlyInIncognito": false }, "imageType": "svg", |