Merge pull request #1 from Haui1112/Haui1112-add-autism.place-to-recommended-instances

add autism.place to recommended instances
This commit is contained in:
Haui 2024-08-09 08:23:37 +02:00 committed by GitHub
commit 7376cd962f
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],
},
];