chore: add console.log for debugging process environment in header component

This commit is contained in:
tuna2134
2025-09-09 22:45:46 +09:00
parent 74aa205001
commit 3805b7585b

View File

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