From bc8d94c413b72730f87746197701a35306db947d Mon Sep 17 00:00:00 2001 From: kimnamheeee Date: Thu, 15 Jan 2026 21:45:57 +0900 Subject: [PATCH 1/2] chore(layout): add google site verification --- service/app/src/app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service/app/src/app/layout.tsx b/service/app/src/app/layout.tsx index 6081ecd5..450554ac 100644 --- a/service/app/src/app/layout.tsx +++ b/service/app/src/app/layout.tsx @@ -49,6 +49,10 @@ export default function RootLayout({ className={`${pretendard.variable} ${joyofSinging.variable}`} suppressHydrationWarning > + {children} From 62664fe538551723d04f2c901a390325a60f57d9 Mon Sep 17 00:00:00 2001 From: kimnamheeee Date: Thu, 15 Jan 2026 21:54:40 +0900 Subject: [PATCH 2/2] chore(layout): add metadata --- service/app/src/app/layout.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/service/app/src/app/layout.tsx b/service/app/src/app/layout.tsx index 450554ac..ffbcf8cb 100644 --- a/service/app/src/app/layout.tsx +++ b/service/app/src/app/layout.tsx @@ -14,6 +14,9 @@ export const metadata: Metadata = { icons: { icon: [{ url: "/favicon.svg", type: "image/svg+xml" }], }, + verification: { + google: "59Yy5G36T2doFkw86V9zLyWe88Z-Hb8V0eowJmNRcq0", + }, } const pretendard = localFont({ @@ -49,10 +52,6 @@ export default function RootLayout({ className={`${pretendard.variable} ${joyofSinging.variable}`} suppressHydrationWarning > - {children}