Skip to content

Commit

Permalink
feat: add baidu verification
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Sep 24, 2024
1 parent 1468056 commit 3d99778
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default defineConfig({
['meta', {name: 'twitter:title', content: titleZh}],
['meta', {name: 'twitter:description', content: descZh}],
['meta', {name: 'twitter:image', content: icon}],
['meta', {name: 'baidu-site-verification', content: 'codeva-RxGXH1Uqch'}],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down Expand Up @@ -85,6 +86,7 @@ export default defineConfig({
['meta', {name: 'twitter:title', content: titleEn}],
['meta', {name: 'twitter:description', content: descEn}],
['meta', {name: 'twitter:image', content: icon}],
['meta', {name: 'baidu-site-verification', content: 'codeva-RxGXH1Uqch'}],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hostsless-site",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3d99778

Please sign in to comment.