Skip to content

Commit 33bab4a

Browse files
committed
fix(web): update Bing site verification token in layout metadata
1 parent b4d312e commit 33bab4a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9d733dd6f0589c29f6c531073b052b63ebfbc715

web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const metadata: Metadata = {
7878
// opaque strings issued by each tool).
7979
verification: {
8080
google: "cp64_cUV17FdoMHKQuAKddZ7RVMcgLpELFIfrxDpCOo",
81-
// other: { "msvalidate.01": "<bing-verification-token>" },
81+
other: { "msvalidate.01": "CCCE26885E00B1C873F188104E8B283D" },
8282
},
8383
};
8484

0 commit comments

Comments
 (0)