Skip to content

Commit 7679879

Browse files
committed
Update vuepress config
1 parent 3b4e727 commit 7679879

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vuepress/config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ export default defineUserConfig({
9292
['link', { rel: 'icon', href: '/icon.png' }],
9393
],
9494
markdown: {
95-
code: {
96-
lineNumbers: false,
97-
},
9895
importCode: {
9996
handleImportPath: (str) =>
10097
str.replace(/^@snippets/, path.resolve(__dirname, '../snippets')),
@@ -175,6 +172,7 @@ export default defineUserConfig({
175172
}),
176173
shikiPlugin({
177174
theme: 'dark-plus',
175+
lineNumbers: false,
178176
langs: [
179177
'nushell',
180178
'rust',

0 commit comments

Comments
 (0)