Skip to content

Commit

Permalink
Merge pull request #265 from NYPL/DR-3332-google-site-verification
Browse files Browse the repository at this point in the history
DR-3332 update google-site-verification meta tag
  • Loading branch information
chrisb87 authored Dec 20, 2024
2 parents dc7c4f1 + 094556e commit 742dfbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const metadata: Metadata = {
],
},
verification: {
google: "_shbOK1otHA_eFNFgJsOwITZrWQwRg4wr8nmrJPNVDM",
google: "oLXa8JvslCKNxtg-fzL1aL8Q_yNmWvxExwaGs8UgyRM",
},
};

Expand Down
1 change: 1 addition & 0 deletions public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 742dfbe

Please sign in to comment.