From 4b4be2bf4782fb4852ab9b65502e7bd3501ce483 Mon Sep 17 00:00:00 2001 From: SEONG JIN JO <123255935+seong-jin-jo@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:18:13 +0900 Subject: [PATCH] =?UTF-8?q?NEXT=5FPUBLIC=5FAPI=5FBASE=5FURL=20=EC=BD=98?= =?UTF-8?q?=EC=86=94=EC=B6=9C=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/page.tsx b/app/page.tsx index 7c83339d..8f573df0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,6 +11,8 @@ export const metadata: Metadata = { }; export default async function Home() { + console.log("NEXT_PUBLIC_API_BASE_URL", process.env.NEXT_PUBLIC_API_BASE_URL); + const memberId = await getLoginUserId(); if (!memberId) {