Skip to content

Commit

Permalink
fix(plugin-markdown-math): correct css path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 20, 2024
1 parent d850f47 commit e5078f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const prepareClientConfigFile = async (
if (mathRenderer === 'katex') {
content += `\
import "${getRealPath('katex/dist/katex.min.css', url)}";
import "${CLIENT_FOLDER}styles/katex.scss";
import "${CLIENT_FOLDER}styles/katex.css";
${
(options as MarkdownKatexPluginOptions).copy
? `\
Expand Down

0 comments on commit e5078f6

Please sign in to comment.