From 094556e80c3533a0124a8c18219a92a4b898c25e Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Fri, 20 Dec 2024 06:53:43 -0800 Subject: [PATCH] update google-site-verification meta tag --- CHANGELOG.md | 1 + app/layout.tsx | 2 +- public/CHANGELOG.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117a813a..ac516957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update feedback form credentials to use official DR service account (DR-2794) - Update timeout on API request to 10 seconds (DR-3304) - Update header to expand on scroll up on desktop (DR-3322) +- Update google-site-verification meta tag (DR-3332) ## [0.2.4] 2024-11-26 diff --git a/app/layout.tsx b/app/layout.tsx index 8293c5ac..5348fea8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -38,7 +38,7 @@ export const metadata: Metadata = { ], }, verification: { - google: "_shbOK1otHA_eFNFgJsOwITZrWQwRg4wr8nmrJPNVDM", + google: "oLXa8JvslCKNxtg-fzL1aL8Q_yNmWvxExwaGs8UgyRM", }, }; diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 117a813a..ac516957 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update feedback form credentials to use official DR service account (DR-2794) - Update timeout on API request to 10 seconds (DR-3304) - Update header to expand on scroll up on desktop (DR-3322) +- Update google-site-verification meta tag (DR-3332) ## [0.2.4] 2024-11-26