chore(web): add Google Search Console verification meta tag

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
romysaputrasihananda
2026-06-11 16:45:40 +07:00
parent daabb65f30
commit 7b44346f68
+3
View File
@@ -41,6 +41,9 @@ export const metadata: Metadata = {
icon: "/favicon.svg",
shortcut: "/favicon.svg",
},
verification: {
google: "DRtj7whxZ3kX0-C9qswORTfHptZPTX9mrqBqwvcN7j8",
},
};
export default function RootLayout({ children }: { children: React.ReactNode }) {