Update instances-definitions.ts (#270)

Added leminal.space instance
This commit is contained in:
Chris 2023-11-07 07:48:13 +11:00 committed by GitHub
parent 883f404824
commit 08f955ca8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -459,13 +459,11 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["eu"], languages: ["eu"],
topics: [TECHNOLOGY], topics: [TECHNOLOGY],
}, },
{ {
domain: "tabinezumi.net", domain: "tabinezumi.net",
languages: ["ja"], languages: ["ja"],
topics: [TECHNOLOGY], topics: [TECHNOLOGY],
}, },
{ {
domain: "lm.korako.me", domain: "lm.korako.me",
languages: ["ja"], languages: ["ja"],
@ -496,4 +494,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"], languages: ["en"],
topics: [GENERAL], topics: [GENERAL],
}, },
{
domain: "leminal.space",
languages: ["en"],
topics: [GENERAL, ART, MUSIC],
},
]; ];