Skip to content

Commit

Permalink
fix: πŸ› google-site-verification code is error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 6, 2024
1 parent 9dcbe5c commit d104390
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Zhumei Song",
title: "Song",
description: "Software engineer based in Tokyo. πŸ‡―πŸ‡΅",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand All @@ -11,7 +11,6 @@ export default defineConfig({
{ text: "CV", link: "https://zhumeisongsong.github.io/cv" },
{ text: "Blog", link: "https://zhumeisongsong.github.io/blog" },
],

socialLinks: [
{ icon: "github", link: "https://github.com/zhumeisongsong" },
],
Expand All @@ -28,7 +27,7 @@ export default defineConfig({
"meta",
{
name: "google-site-verification",
content: "1A3myPAsbW4yU-SCkZlmMSVmyagcPQGxCxU2IfHhx4",
content: "71A3myPAsbW4yU-SCkZlmMSVmyagcPQGxCxU2IfHhx4",
},
],
],
Expand Down

0 comments on commit d104390

Please sign in to comment.