From 5e8542efe54821db35cbb24d6faccf40da67619a Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Thu, 29 May 2025 15:38:46 +0900 Subject: [PATCH] Remove unused environment configuration display from Main component. --- src/components/Main.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Main.jsx b/src/components/Main.jsx index 7ba7c07e..9afadca7 100644 --- a/src/components/Main.jsx +++ b/src/components/Main.jsx @@ -136,11 +136,6 @@ export default function MainPage() { )} - {Config().mode} -
- {Config().baseUrl} -
- {process.env.NEXT_PUBLIC_API_HOST_URL} ) }