fix: try to self host a katex min css
This commit is contained in:
parent
f939ab0999
commit
30cc38b807
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue