1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-07 00:02:33 +08:00

feat(config): disable line numbers in VitePress configuration

This commit is contained in:
2025-12-31 22:01:36 +08:00
parent cc251cae95
commit a5cb212440

View File

@@ -46,7 +46,7 @@ export default defineConfig({
image: {
lazyLoading: true,
},
lineNumbers: true,
lineNumbers: false,
theme: "material-theme",
codeTransformers: [
{