mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 05:11:16 +00:00
Add lemmings.world to instance definitions (#254)
* Add lemmings.world to instance definitions * Don't use All_TOPIC for lemmings.world
This commit is contained in:
parent
e40abc102b
commit
f75f6ab103
1 changed files with 5 additions and 0 deletions
|
@ -471,4 +471,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
|||
languages: ["en"],
|
||||
topics: [GENERAL],
|
||||
},
|
||||
{
|
||||
domain: "lemmings.world",
|
||||
languages: ["en", "cs"],
|
||||
topics: [GENERAL, TECHNOLOGY, GAMING],
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue