From bdc8c9229c8794f63bc5d67c5028c516fea53f1b Mon Sep 17 00:00:00 2001 From: prompt.ac/@jeffrey Date: Mon, 27 Jul 2026 06:48:40 +0000 Subject: [PATCH] Boot Danz Ballet on its custom domain --- system/public/aesthetic.computer/boot.mjs | 8 ++++++++ system/public/aesthetic.computer/lib/disk.mjs | 2 ++ 2 file(s) changed, 10 insertion(s)(+), 0 deletion(s)(-) diff --git a/system/public/aesthetic.computer/boot.mjs b/system/public/aesthetic.computer/boot.mjs --- a/system/public/aesthetic.computer/boot.mjs +++ b/system/public/aesthetic.computer/boot.mjs @@ -1047,6 +1047,8 @@ window.location.hostname === "aesthetic.computer" || window.location.hostname.endsWith(".ac") || window.location.hostname === "notepat.com" || window.location.hostname === "www.notepat.com" || + window.location.hostname === "danzballet.studio" || + window.location.hostname === "www.danzballet.studio" || window.location.hostname === "laklok.com" || window.location.hostname === "www.laklok.com" || window.location.hostname === "m2w2.whistlegraph.com" || @@ -1086,6 +1088,12 @@ location.hostname === "notepat.com" || location.hostname === "www.notepat.com" ) { window.acSTARTING_PIECE = "notepat"; +} +if ( + location.hostname === "danzballet.studio" || + location.hostname === "www.danzballet.studio" +) { + window.acSTARTING_PIECE = "danzballet"; } if ( location.hostname === "laklok.com" || diff --git a/system/public/aesthetic.computer/lib/disk.mjs b/system/public/aesthetic.computer/lib/disk.mjs --- a/system/public/aesthetic.computer/lib/disk.mjs +++ b/system/public/aesthetic.computer/lib/disk.mjs @@ -249,6 +249,8 @@ "kidlisp.com", "www.kidlisp.com", "notepat.com", "www.notepat.com", + "danzballet.studio", + "www.danzballet.studio", "laklok.com", "www.laklok.com", "p5.aesthetic.computer", -- tangled.sh