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:
Rikudou_Sage 2023-10-31 16:20:38 +01:00 committed by GitHub
parent e40abc102b
commit f75f6ab103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -471,4 +471,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"], languages: ["en"],
topics: [GENERAL], topics: [GENERAL],
}, },
{
domain: "lemmings.world",
languages: ["en", "cs"],
topics: [GENERAL, TECHNOLOGY, GAMING],
},
]; ];