Skip to content

Commit

Permalink
feat: change outline level to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed May 4, 2024
1 parent e973c17 commit c5527a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ export default defineConfigWithTheme<ThemeConfig>({

themeConfig: {
tags,

outline: {
level: 3,
},

nav: [
{ text: '文章', link: '/posts/' },
{ text: '友链', link: '/links/' },
Expand Down Expand Up @@ -78,6 +83,6 @@ export default defineConfigWithTheme<ThemeConfig>({
vite: {
ssr: {
noExternal: ['naive-ui'],
}
},
},
})

0 comments on commit c5527a8

Please sign in to comment.