mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Merge pull request #347 from Die4Ever/patch-1
add retrolemmy.com to instances-definitions.ts
This commit is contained in:
commit
1220fb4d21
1 changed files with 5 additions and 0 deletions
|
@ -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],
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue