Skip to content

Commit

Permalink
docs: add baidu site verification meta tag
Browse files Browse the repository at this point in the history
- Add meta tag for Baidu site verification

This change enhances the site's SEO by adding a verification tag required by Baidu, ensuring the site is properly indexed and recognized by Baidu's search engine.
  • Loading branch information
Undertone0809 committed Oct 23, 2024
1 parent 5420714 commit 558fa4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default defineConfig({
['meta', { property: 'twitter:image', content: 'https://r2.zeeland.top/images/2024/10/b03949e6bc43d71b7ddab3d70515eee0.png' }],
['meta', { property: 'twitter:title', content: 'GCOP' }],
['meta', { property: 'twitter:description', content: 'GCOP is an intelligent assistant designed to enhance your Git workflow by automating commit message generation using AI. Help you write better git commit message.' }],
['meta', { name: 'baidu-site-verification', content: 'codeva-Z87P16KxE3' }],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down

0 comments on commit 558fa4b

Please sign in to comment.