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 = "新しいぷよすきーに進む";