2
0
forked from jmug/cactoide

fix: remove unused federation config

This commit is contained in:
Levente Orban
2025-11-08 22:23:19 +01:00
committed by GitHub

View File

@@ -3,16 +3,10 @@ const config = {
instances: [ instances: [
{ {
url: 'cactoide.org' url: 'cactoide.org'
},
{
url: 'cactoide.dalev.hu'
},
{
url: 'localhost:5174'
},
{
url: 'localhost:5175'
} }
// {
// url: 'YOUR_INSTANCE_URL'
// }
] ]
}; };