Skip to content

Commit

Permalink
style: 💄 code format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 6, 2024
1 parent 0b49866 commit 9dcbe5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'vitepress'
import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand All @@ -7,14 +7,14 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'CV', link: 'https://zhumeisongsong.github.io/cv' },
{ text: 'Blog', link: 'https://zhumeisongsong.github.io/blog' }
{ text: "Home", link: "/" },
{ text: "CV", link: "https://zhumeisongsong.github.io/cv" },
{ text: "Blog", link: "https://zhumeisongsong.github.io/blog" },
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/zhumeisongsong' }
]
{ icon: "github", link: "https://github.com/zhumeisongsong" },
],
},
head: [
[
Expand All @@ -30,6 +30,6 @@ export default defineConfig({
name: "google-site-verification",
content: "1A3myPAsbW4yU-SCkZlmMSVmyagcPQGxCxU2IfHhx4",
},
]
],
],
})
});

0 comments on commit 9dcbe5c

Please sign in to comment.