From 4376447f70b790674df44ee77e3f92b64220531f Mon Sep 17 00:00:00 2001 From: wiyco <72733890+wiyco@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:41:29 +0900 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9C=AC=E7=95=AA=E3=81=A7?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E3=82=92=E8=AA=AD=E3=81=BF?= =?UTF-8?q?=E8=BE=BC=E3=82=81=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/config.ts b/src/constants/config.ts index 5f362a4..3059e79 100644 --- a/src/constants/config.ts +++ b/src/constants/config.ts @@ -4,7 +4,7 @@ export const HOST_ORIGIN_URL = process.env.NODE_ENV !== "production" ? "http://localhost:3000" - : new URL(process.env.HOST_ORIGIN_URL || "").origin; + : new URL(process.env.NEXT_PUBLIC_HOST_ORIGIN_URL || "").origin; /** * ホストサーバのドメイン