This commit is contained in:
yanweidong 2024-10-04 13:48:20 +08:00
parent 07e44bd67d
commit 60912faa27
1 changed files with 3 additions and 0 deletions

View File

@ -103,5 +103,8 @@ export default defineConfig({
message: 'Released under the MIT License.',
copyright: 'Copyright © 2019-2024 Blocks Service Mesh'
}
},
markdown: {
toc: { level: [1, 2] },
}
})