mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
add autism.place to recommended instances
we were instructed to submit a PR to the repo for adding the topics general and hobbies to our instance.
This commit is contained in:
parent
cb76b080e6
commit
4401d1f45b
1 changed files with 5 additions and 0 deletions
|
@ -536,4 +536,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
|||
languages: ["en"],
|
||||
topics: [GAMING, TECHNOLOGY],
|
||||
},
|
||||
{
|
||||
domain: "lemmy.autism.place",
|
||||
languages: ["en"],
|
||||
topics: [GENERAL, HOBBIES],
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue