Skip to content

Commit c64d2c3

Browse files
committed
chore: fix config
1 parent 5d814f1 commit c64d2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ export default hopeTheme(
123123
return file;
124124
},
125125
},
126-
mathjax: true,
126+
katex: true,
127127
mark: true,
128128
mermaid: true,
129129
playground: {
130130
presets: ["ts", "vue", "unocss"],
131131
},
132-
revealjs: {
132+
revealJs: {
133133
plugins: ["highlight", "math", "search", "notes", "zoom"],
134134
themes: [
135135
"auto",

0 commit comments

Comments
 (0)