mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-12 20:09:21 +01:00
fix: default to ihatebeinga.live
This commit is contained in:
parent
48195cdeb3
commit
40a64cd3e0
1 changed files with 1 additions and 1 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -31,7 +31,7 @@
|
||||||
domain = domainParam;
|
domain = domainParam;
|
||||||
console.log("scanning domain " + domain);
|
console.log("scanning domain " + domain);
|
||||||
} else {
|
} else {
|
||||||
domain = window.prompt("starting instance for charting", "social.alemi.dev");
|
domain = window.prompt("starting instance for charting", "ihatebeinga.live");
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch(`https://api.alemi.dev/akkoma/bubble/crawl?domain=${domain}`)
|
fetch(`https://api.alemi.dev/akkoma/bubble/crawl?domain=${domain}`)
|
||||||
|
|
Loading…
Reference in a new issue