From 2bb629563b5d51580a7768e2307a24a99476e1c8 Mon Sep 17 00:00:00 2001 From: willwearing Date: Fri, 4 Sep 2026 08:22:59 -0600 Subject: [PATCH] chore: verify site with Google Search Console --- apps/web/src/app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 6e87119..9179979 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -81,6 +81,10 @@ export async function generateMetadata(): Promise { alternates: { canonical: `https://${canonicalHost}`, }, + verification: + surface === "platform" + ? { google: "lsbPz9jWgrYXZhVd0aGZypdWNNjrbDgMt3kIADeEtMY" } + : undefined, }; }