This commit is contained in:
yanweidong 2024-10-04 13:49:12 +08:00
parent 60912faa27
commit 27a0250c4f
1 changed files with 1 additions and 1 deletions

View File

@ -105,6 +105,6 @@ export default defineConfig({
}
},
markdown: {
toc: { level: [1, 2] },
toc: { level: [2,3] },
}
})