Skip to content

Commit b4d312e

Browse files
committed
fix(web): update Google site verification token in layout metadata
1 parent 5f8b211 commit b4d312e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const metadata: Metadata = {
7777
// and Bing Webmaster Tools verification is complete (the values are short
7878
// opaque strings issued by each tool).
7979
verification: {
80-
// google: "<google-site-verification-token>",
80+
google: "cp64_cUV17FdoMHKQuAKddZ7RVMcgLpELFIfrxDpCOo",
8181
// other: { "msvalidate.01": "<bing-verification-token>" },
8282
},
8383
};

0 commit comments

Comments
 (0)