Skip to content

Commit 8ae154d

Browse files
committed
chore(config): update KaTeX stylesheet URL in docusaurus configuration
1 parent 7b6f3f8 commit 8ae154d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ const config: Config = {
7575
stylesheets: [
7676
{
7777
// href: 'https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css',
78-
// href: 'https://experiments-hk.sparanoid.net/jsd/npm/katex@0.13.24/dist/katex.min.css',
79-
href: 'https://workers.vrp.moe/api/jsd/katex@0.13.24/dist/katex.min.css',
78+
href: 'https://workers.hyper.ai/jsd/npm/katex@0.13.24/dist/katex.min.css',
8079
type: 'text/css',
8180
integrity:
8281
'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM',

0 commit comments

Comments
 (0)