From e3fad616f1be5c147594cfd9aca2238cfe7efc45 Mon Sep 17 00:00:00 2001 From: HidemaruOwO Date: Tue, 28 Jan 2025 18:33:01 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20domain=20(src/consts.ts?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index 5a53075..59093be 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -6,5 +6,5 @@ export const MAIN_MESSAGE_LINE: string[] = [ `ここにあるのは、`, `ぷよすきー Firefishの墓標です。`, ]; -export const NEXT_INSTANCE_URL = "https://home.v-sli.me"; +export const NEXT_INSTANCE_URL = "https://social.v-sli.me"; export const NEXT_INSTANCE_MESSAGE = "新しいぷよすきーに進む";