Merge pull request #348 from LemmyNet/add_feddit_org

Adding feddit.org in place of feddit.de
This commit is contained in:
SleeplessOne1917 2024-08-03 13:50:15 +00:00 committed by GitHub
commit 585453350f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -12,10 +12,6 @@ export const INSTANCE_HELPERS: InstanceHelper[] = [
name: "Lemmy Fediverse Observer",
link: "https://lemmy.fediverse.observer/list",
},
{
name: "Feddit's Lemmy Community Browser",
link: "https://browse.feddit.de/",
},
];
export interface Topic {
@ -406,7 +402,7 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
topics: [GENERAL],
},
{
domain: "feddit.de",
domain: "feddit.org",
languages: ["de"],
topics: [GENERAL],
},