mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Add dormi.zone to instances-definitions.ts (#262)
This commit is contained in:
parent
2a46ac87a9
commit
bd97a9337f
1 changed files with 5 additions and 0 deletions
|
@ -486,4 +486,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
||||||
languages: ["en", "cs"],
|
languages: ["en", "cs"],
|
||||||
topics: [GENERAL, TECHNOLOGY, GAMING],
|
topics: [GENERAL, TECHNOLOGY, GAMING],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
domain: "dormi.zone",
|
||||||
|
languages: ["en"],
|
||||||
|
topics: [GAMING],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue