We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b22ec commit c3c9dc1Copy full SHA for c3c9dc1
2 files changed
src/assets/javascripts/services.js
@@ -927,6 +927,7 @@ const defaultInstances = {
927
suds: ["https://sd.vern.cc"],
928
unfunny: ["https://uf.vern.cc"],
929
soprano: ["https://sp.vern.cc"],
930
+ mezzo: ["https://tenor.fsky.io"],
931
meme: ["https://mm.vern.cc"],
932
waybackClassic: ["https://wayback-classic.net"],
933
tent: ["https://tent.sny.sh"],
src/config.json
@@ -934,6 +934,11 @@
934
"name": "Soprano",
935
"instanceList": true,
936
"url": "https://git.vern.cc/cobra/Soprano"
937
+ },
938
+ "mezzo": {
939
+ "name": "Mezzo",
940
+ "instanceList": true,
941
+ "url": "https://foundry.fsky.io/fsky/mezzo"
942
}
943
},
944
"targets": [
0 commit comments