File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { mdEnhancePlugin } from 'vuepress-plugin-md-enhance'
55import { copyCodePlugin } from 'vuepress-plugin-copy-code2'
66import { searchProPlugin } from 'vuepress-plugin-search-pro'
77import { autoCatalogPlugin } from 'vuepress-plugin-auto-catalog'
8- import { shikiPlugin } from '@vuepress/plugin-shiki'
8+ // import { shikiPlugin } from '@vuepress/plugin-shiki'
99
1010const __dirname = getDirname ( import . meta. url )
1111const isProd = process . env . NODE_ENV === 'production'
@@ -105,7 +105,7 @@ export default defineUserConfig({
105105 copyCodePlugin ( {
106106 showInMobile : true
107107 } ) ,
108- isProd ? shikiPlugin ( { theme : 'dark-plus' } ) : [ ] ,
108+ // isProd ? shikiPlugin({ theme: 'dark-plus' }) : [],
109109 ] ,
110110 alias : {
111111 '@' : path . resolve (
You can’t perform that action at this time.
0 commit comments