chore: change console.log to console.error for better error handling in header component

This commit is contained in:
tuna2134
2025-09-09 22:37:25 +09:00
parent 533cc6753e
commit 35c26f1007

View File

@@ -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",
{