From b9dbd3edf910c6db9475b13f7a599d5b123e8485 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:55:21 +0700 Subject: [PATCH] feat: Add initial Next.js root layout with global providers and comprehensive metadata. --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 331cb2f..b8e89e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -60,7 +60,7 @@ export const metadata: Metadata = { shortcut: '/favicon.ico', }, verification: { - google: 'verification_code_placeholder', // User needs to replace this + google: 'C7cNjxkyxXcQHExRsdhIGjZ658BcK9ftuIpJK8NYRGc', }, };