fix: switch KaTeX loading from local to cdn

This commit is contained in:
radishzzz 2025-04-01 03:18:42 +01:00
parent ee25e17f69
commit c6d584a786
4 changed files with 7 additions and 12 deletions

View file

@ -11,10 +11,6 @@ import '@/styles/font.css'
import '@/styles/global.css'
import '@/styles/heti.css'
if (themeConfig.global.katex) {
await import('katex/dist/katex.min.css')
}
interface Props {
postTitle?: string
postDescription?: string