mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Remove ani.social from exclude list and add ani.social to instances-definitions.ts (#266)
* Remove ani.social from exclude list * Add ani.social to instances-definitions.ts --------- Co-authored-by: Nutomic <me@nutomic.com>
This commit is contained in:
parent
668d73768b
commit
2f3f5b9bae
2 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,6 @@
|
||||||
"lemmy.burger.rodeo",
|
"lemmy.burger.rodeo",
|
||||||
"bakchodi.org",
|
"bakchodi.org",
|
||||||
"lemmy.comfysnug.space",
|
"lemmy.comfysnug.space",
|
||||||
"ani.social",
|
|
||||||
"rqd2.net"
|
"rqd2.net"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -489,6 +489,11 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
||||||
languages: ["en"],
|
languages: ["en"],
|
||||||
topics: [GAMING],
|
topics: [GAMING],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
domain: "ani.social",
|
||||||
|
languages: ["en"],
|
||||||
|
topics: [HOBBIES, ART],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
domain: "lemmy.myserv.one",
|
domain: "lemmy.myserv.one",
|
||||||
languages: ["en"],
|
languages: ["en"],
|
||||||
|
|
Loading…
Reference in a new issue