Merge pull request #354 from Haui1112/main

add lemmy.autism.place to recommended sites
This commit is contained in:
SleeplessOne1917 2024-08-09 07:05:10 +00:00 committed by GitHub
commit ddf1489f47
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],
},
];