Compare commits

...

2 Commits

Author SHA1 Message Date
Levente Orban
94152b6740 fix: remove unused federation config 2025-11-08 22:19:46 +01:00
Levente Orban
719cd23350 feat: add llms.txt to repository - i don't know this is a good approach :D 2025-11-08 20:42:24 +01:00

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