We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ffa28 commit b034bf0Copy full SHA for b034bf0
vite.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
16
prismjsPlugin({
17
languages: ['bash'],
18
plugins: ['line-numbers', 'copy-to-clipboard'], //官网有其他功能,这里开启行数和复制按钮功能
19
- theme: 'TWILIGHT',
+ theme: 'twilight',
20
css: true,
21
}),
22
],
0 commit comments