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:
Haui 2024-08-09 08:20:31 +02:00 committed by GitHub
parent cb76b080e6
commit 4401d1f45b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -536,4 +536,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"],
topics: [GAMING, TECHNOLOGY],
},
{
domain: "lemmy.autism.place",
languages: ["en"],
topics: [GENERAL, HOBBIES],
},
];