Merge pull request 'Remove unused environment configuration display from Main component.' (#82) from feature/chore-env into dev

Reviewed-on: #82
This commit is contained in:
swyoo 2025-05-29 15:39:12 +09:00
commit 2c475ddbdd

View File

@ -136,11 +136,6 @@ export default function MainPage() {
<ChangePasswordPop setChagePasswordPopOpen={setChagePasswordPopOpen} /> <ChangePasswordPop setChagePasswordPopOpen={setChagePasswordPopOpen} />
</> </>
)} )}
{Config().mode}
<br />
{Config().baseUrl}
<br />
{process.env.NEXT_PUBLIC_API_HOST_URL}
</> </>
) )
} }