From 3805b7585bc1eb8401b6466bf04dc5d3de90b01c Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Tue, 9 Sep 2025 22:45:46 +0900 Subject: [PATCH] chore: add console.log for debugging process environment in header component --- components/pages/home/header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pages/home/header.tsx b/components/pages/home/header.tsx index 2d3a550..566a656 100644 --- a/components/pages/home/header.tsx +++ b/components/pages/home/header.tsx @@ -14,6 +14,7 @@ const SNSIcons = [ ]; const Header: React.FC = async () => { + console.log(process.env) const res = await fetch( "https://discord.com/api/v10/users/739702692393517076", {