diff --git a/system/public/aesthetic.computer/boot.mjs b/system/public/aesthetic.computer/boot.mjs index 23d90948b..f9af8a621 100644 --- a/system/public/aesthetic.computer/boot.mjs +++ b/system/public/aesthetic.computer/boot.mjs @@ -1047,6 +1047,8 @@ if (window.acDEBUG === true || window.acDEBUG === false) { 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" || @@ -1087,6 +1089,12 @@ if ( ) { window.acSTARTING_PIECE = "notepat"; } +if ( + location.hostname === "danzballet.studio" || + location.hostname === "www.danzballet.studio" +) { + window.acSTARTING_PIECE = "danzballet"; +} if ( location.hostname === "laklok.com" || location.hostname === "www.laklok.com" diff --git a/system/public/aesthetic.computer/lib/disk.mjs b/system/public/aesthetic.computer/lib/disk.mjs index 560725740..de65bef22 100644 --- a/system/public/aesthetic.computer/lib/disk.mjs +++ b/system/public/aesthetic.computer/lib/disk.mjs @@ -249,6 +249,8 @@ const SAME_ORIGIN_BUILT_IN_PIECE_HOSTS = new Set([ "www.kidlisp.com", "notepat.com", "www.notepat.com", + "danzballet.studio", + "www.danzballet.studio", "laklok.com", "www.laklok.com", "p5.aesthetic.computer",