add bing meta link (#84)

This commit is contained in:
Sijie.Sun
2025-01-20 14:25:58 +08:00
committed by GitHub
parent 0415c53b40
commit 1b9073ad38
+2
View File
@@ -12,6 +12,8 @@ export default withMermaid({
lastUpdated: true,
head: [
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/easytier.png' }],
// bing webmaster: <meta name="msvalidate.01" content="C6CB41F1DA6096106497701D002B19AD" />
['meta', { name: 'msvalidate.01', content: 'C6CB41F1DA6096106497701D002B19AD' }],
],
themeConfig: {
logo: '/easytier.png',