From e922d9c1420fd73279c608a7ca50800cd00b15f4 Mon Sep 17 00:00:00 2001 From: HyunWoo Choi <116826162+chhw130@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:17:02 +0900 Subject: [PATCH] =?UTF-8?q?feat(env)=20:=20env=20=ED=8C=8C=EC=9D=BC/api=20?= =?UTF-8?q?url=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/Funnel/MainFunnel.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/component/Funnel/MainFunnel.tsx b/component/Funnel/MainFunnel.tsx index cd97bc5..8db0d2d 100644 --- a/component/Funnel/MainFunnel.tsx +++ b/component/Funnel/MainFunnel.tsx @@ -10,6 +10,8 @@ interface MainFunnelPropsType { } const MainFunnel = ({ setFunnel }: MainFunnelPropsType) => { + console.log(process.env.NEXT_PUBLIC_API_URL); + return ( <>