feat: improved config

This commit is contained in:
arthurfiorette 2023-02-07 16:30:20 -03:00
parent d911aa4804
commit 2cae539aeb
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -295,6 +295,7 @@ export default defineConfig({
},
markdown: {
lineNumbers: true
lineNumbers: false,
typographer: true
}
});