Merge pull request #347 from Die4Ever/patch-1

add retrolemmy.com to instances-definitions.ts
This commit is contained in:
SleeplessOne1917 2024-08-02 19:28:01 +00:00 committed by GitHub
commit 1220fb4d21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -535,4 +535,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["pl", "en", "ru", "be", "ua"],
topics: [GENERAL, POLITICS, LGBTQ, ART],
},
{
domain: "retrolemmy.com",
languages: ["en"],
topics: [GAMING, TECHNOLOGY],
},
];