mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +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",
|
||||
"bakchodi.org",
|
||||
"lemmy.comfysnug.space",
|
||||
"ani.social",
|
||||
"rqd2.net"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -489,6 +489,11 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
|||
languages: ["en"],
|
||||
topics: [GAMING],
|
||||
},
|
||||
{
|
||||
domain: "ani.social",
|
||||
languages: ["en"],
|
||||
topics: [HOBBIES, ART],
|
||||
},
|
||||
{
|
||||
domain: "lemmy.myserv.one",
|
||||
languages: ["en"],
|
||||
|
|
Loading…
Reference in a new issue