add lemmy.best instance to instances-definitions.ts (#273)

* add lemmy.best instance

* fix formatting
This commit is contained in:
Colin Fahy 2023-11-08 20:50:30 -05:00 committed by GitHub
parent e0ae188252
commit 668d73768b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -499,4 +499,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"],
topics: [GENERAL, ART, MUSIC],
},
{
domain: "lemmy.best",
languages: ["en"],
topics: [GENERAL],
},
];