From 17cd2869f9e680bac64a23cbd5b01c352e0379e9 Mon Sep 17 00:00:00 2001 From: MBO-Tech-IT Date: Wed, 6 May 2026 14:28:29 +0200 Subject: [PATCH] fix: update Google Search Console verification meta tag token Co-Authored-By: Claude Sonnet 4.6 --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index cc39f77..b5b5d1d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -58,7 +58,7 @@ export const metadata: Metadata = { canonical: baseUrl, }, verification: { - google: "73af89007ffca7c2", + google: "-sp9tX34g-I0F_O-VSyfKRVE4CXlWqqOZ7Xjyo-ZC0I", }, };