Add topic to fanaticus.social instance definition (#280)

This commit is contained in:
benja810 2023-12-15 14:32:39 -05:00 committed by GitHub
parent b1b320cc7b
commit 25f29af5d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -519,4 +519,9 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
languages: ["en"], languages: ["en"],
topics: [TECHNOLOGY], topics: [TECHNOLOGY],
}, },
{
domain: "fanaticus.social",
languages: ["en"],
topics: [SPORTS],
},
]; ];