Add dormi.zone to instances-definitions.ts (#262)

This commit is contained in:
Kayn 2023-11-02 00:37:19 +01:00 committed by GitHub
parent 2a46ac87a9
commit bd97a9337f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -486,4 +486,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en", "cs"],
topics: [GENERAL, TECHNOLOGY, GAMING],
},
{
domain: "dormi.zone",
languages: ["en"],
topics: [GAMING],
},
];