Skip to content

Commit 2734f75

Browse files
committed
docs: add baidu site verification meta tag
1 parent 72696f7 commit 2734f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
head: [
2525
['link', { rel: 'shortcut icon', href: `${base}logo.svg` }],
2626
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: `${base}/logo.svg` }],
27+
['meta', { name: 'baidu-site-verification', content: 'codeva-hoImtNdY4x' }],
2728
],
2829
locales: {
2930
root: { label: 'English', lang: 'en-US', dir: 'ltr' },

0 commit comments

Comments
 (0)