Add lemdro.id instance definition (#278)

This commit is contained in:
Cole Gerdemann 2023-12-13 11:18:19 -05:00 committed by GitHub
parent 3fb0b97008
commit 2f4c2d9481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -514,4 +514,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"],
topics: [GENERAL, GAMING],
},
{
domain: "lemdro.id",
languages: ["en"],
topics: [TECHNOLOGY],
},
];