We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bea2c commit 165b418Copy full SHA for 165b418
src/utils/cdn.js
@@ -7,15 +7,15 @@ const externalLinks = {
7
8
const iframeLinks = {
9
mdCSS: [
10
- 'http://images.lliiooiill.cn/markdown-style.css',
11
- 'https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css'
+ '/images/markdown-style.css',
+ 'https://cdn.bootcdn.net/ajax/libs/KaTeX/0.12.0/katex.min.css'
12
],
13
mdJS: [
14
'https://cdn.bootcdn.net/ajax/libs/raphael/2.3.0/raphael.min.js',
15
'https://cdn.bootcdn.net/ajax/libs/flowchart/1.15.0/flowchart.min.js'
16
17
commonJS: [
18
- 'http://images.lliiooiill.cn/JSEController.js'
+ '/images/JSEController.js'
19
]
20
}
21
0 commit comments