mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Add toast.ooo to instances-definitions.ts (#253)
* Add toast.ooo to instances-definitions.ts * Missing a comma Failed lint
This commit is contained in:
parent
331ce69087
commit
7ceb1a21c5
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
||||||
languages: ["en"],
|
languages: ["en"],
|
||||||
topics: [GENERAL, TECHNOLOGY, POLITICS],
|
topics: [GENERAL, TECHNOLOGY, POLITICS],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
domain: "toast.ooo",
|
||||||
|
languages: ["en"],
|
||||||
|
topics: [GENERAL, TECHNOLOGY, GAMING],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
domain: "slrpnk.net",
|
domain: "slrpnk.net",
|
||||||
languages: ["en"],
|
languages: ["en"],
|
||||||
|
|
Loading…
Reference in a new issue