fix: try to self host a katex min css

This commit is contained in:
KirisameVanilla 2025-09-13 01:43:06 +08:00
parent f939ab0999
commit 30cc38b807
No known key found for this signature in database
GPG Key ID: 7FC750F817277AC5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ const config = {
stylesheets: [ stylesheets: [
{ {
href: 'https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css', href: 'https://unpkg.com/katex@0.13.24/dist/katex.min.css',
type: 'text/css', type: 'text/css',
integrity: integrity:
'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM', 'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM',