add retrolemmy.com to instances-definitions.ts

This commit is contained in:
Die4Ever 2024-08-02 13:56:05 -05:00 committed by GitHub
parent e614454a0c
commit 1aaa4d9acc
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],
},
];