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:
@@ -46,7 +46,7 @@ export default defineConfig({
|
||||
image: {
|
||||
lazyLoading: true,
|
||||
},
|
||||
lineNumbers: true,
|
||||
lineNumbers: false,
|
||||
theme: "material-theme",
|
||||
codeTransformers: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user