From 40a64cd3e0871328d05fa00fe63a480b88deef9b Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 7 Oct 2023 02:25:37 +0200 Subject: [PATCH] fix: default to ihatebeinga.live --- dist/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.html b/dist/index.html index 2766e18..f60a1b7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -31,7 +31,7 @@ domain = domainParam; console.log("scanning domain " + domain); } 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}`)