Skip to content

Commit c3c9dc1

Browse files
committed
Added Tenor => mezzo #1120
1 parent a1b22ec commit c3c9dc1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/assets/javascripts/services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ const defaultInstances = {
927927
suds: ["https://sd.vern.cc"],
928928
unfunny: ["https://uf.vern.cc"],
929929
soprano: ["https://sp.vern.cc"],
930+
mezzo: ["https://tenor.fsky.io"],
930931
meme: ["https://mm.vern.cc"],
931932
waybackClassic: ["https://wayback-classic.net"],
932933
tent: ["https://tent.sny.sh"],

src/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,11 @@
934934
"name": "Soprano",
935935
"instanceList": true,
936936
"url": "https://git.vern.cc/cobra/Soprano"
937+
},
938+
"mezzo": {
939+
"name": "Mezzo",
940+
"instanceList": true,
941+
"url": "https://foundry.fsky.io/fsky/mezzo"
937942
}
938943
},
939944
"targets": [

0 commit comments

Comments
 (0)