From 35c26f1007c96fd9987656d8847a1b12609d3cb1 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Tue, 9 Sep 2025 22:37:25 +0900 Subject: [PATCH] chore: change console.log to console.error for better error handling in header component --- components/pages/home/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/home/header.tsx b/components/pages/home/header.tsx index bcdcf8c..34f6063 100644 --- a/components/pages/home/header.tsx +++ b/components/pages/home/header.tsx @@ -14,7 +14,7 @@ const SNSIcons = [ ]; const Header: React.FC = async () => { - console.log(process.env); + console.error(process.env); const res = await fetch( "https://discord.com/api/v10/users/739702692393517076", {