Skip to content

Commit 09e291a

Browse files
committed
fix: use prism.js
1 parent 51807e5 commit 09e291a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { mdEnhancePlugin } from 'vuepress-plugin-md-enhance'
55
import { copyCodePlugin } from 'vuepress-plugin-copy-code2'
66
import { searchProPlugin } from 'vuepress-plugin-search-pro'
77
import { autoCatalogPlugin } from 'vuepress-plugin-auto-catalog'
8-
import { shikiPlugin } from '@vuepress/plugin-shiki'
8+
// import { shikiPlugin } from '@vuepress/plugin-shiki'
99

1010
const __dirname = getDirname(import.meta.url)
1111
const 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(

0 commit comments

Comments
 (0)