fix: remove unused federation config

This commit is contained in:
Levente Orban
2025-11-08 22:19:46 +01:00
parent 719cd23350
commit 94152b6740

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'
// }
] ]
}; };