mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
fix: switch KaTeX loading from local to cdn
This commit is contained in:
parent
ee25e17f69
commit
c6d584a786
4 changed files with 7 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue