mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
add lemmy.best instance to instances-definitions.ts (#273)
* add lemmy.best instance * fix formatting
This commit is contained in:
parent
e0ae188252
commit
668d73768b
1 changed files with 5 additions and 0 deletions
|
@ -499,4 +499,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
|||
languages: ["en"],
|
||||
topics: [GENERAL, ART, MUSIC],
|
||||
},
|
||||
{
|
||||
domain: "lemmy.best",
|
||||
languages: ["en"],
|
||||
topics: [GENERAL],
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue