From 94152b67404a9e25f1895502d4b3e8b4c563f937 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Sat, 8 Nov 2025 22:19:46 +0100 Subject: [PATCH] fix: remove unused federation config --- federation.config.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/federation.config.js b/federation.config.js index 05e6467..6fbf1a4 100644 --- a/federation.config.js +++ b/federation.config.js @@ -3,16 +3,10 @@ const config = { instances: [ { url: 'cactoide.org' - }, - { - url: 'cactoide.dalev.hu' - }, - { - url: 'localhost:5174' - }, - { - url: 'localhost:5175' } + // { + // url: 'YOUR_INSTANCE_URL' + // } ] };