Skip to content

Commit

Permalink
chore:10月14日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Oct 14, 2024
1 parent ff4f36c commit 66ee0e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineConfig({
// <script defer src="https://https://.pages.dev/.pages.dev/tracker.min.js" data-website-id="自定义网站唯一标识"></script>
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
search: {
provider: 'local'
},
nav: [
{ text: "首页", link: "/" },
{ text: "我的笔记", link: "/daily/" },
Expand Down Expand Up @@ -105,5 +108,5 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/aehyok' }
]
}
},
})

0 comments on commit 66ee0e2

Please sign in to comment.