From 94cecc12c4a35b9bcab4ee0215e2684067ab6817 Mon Sep 17 00:00:00 2001 From: Clove Twilight Date: Wed, 3 Jun 2026 02:06:50 +0100 Subject: [PATCH] Remove lumine --- js/site-switcher.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/site-switcher.js b/js/site-switcher.js index 0eb28a8..3e4a100 100644 --- a/js/site-switcher.js +++ b/js/site-switcher.js @@ -11,7 +11,6 @@ var SITES = [ { id: "clove", label: "clove.is-a.dev", url: "https://clove.is-a.dev", note: "Link Center" }, { id: "doughmination", label: "doughmination.is-a.dev", url: "https://doughmination.is-a.dev", note: "Beta Link Center" }, - { id: "lumine", label: "lumine.is-a.dev", url: "https://lumine.is-a.dev", note: "Discord Bots" }, ]; var host = (location.hostname || "").replace(/^www\./, "");