Skip to content

Commit 6b42e9a

Browse files
author
Pietro Vertechi
committed
switch to jsdelivr
1 parent 5931e2f commit 6b42e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/build.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const _pkg_assets = joinpath(_pkg_root,"assets")
66

77
deps = [
88
"https://use.fontawesome.com/releases/v5.0.7/js/all.js",
9-
"https://www.gitcdn.xyz/repo/piever/InteractResources/v0.1.0/highlight/prism.css",
10-
"https://www.gitcdn.xyz/repo/piever/InteractResources/v0.1.0/highlight/prism.js",
9+
"https://cdn.jsdelivr.net/gh/piever/InteractResources@0.1.0/highlight/prism.css",
10+
"https://cdn.jsdelivr.net/gh/piever/InteractResources@0.1.0/highlight/prism.js",
1111
"https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/11.1.0/nouislider.min.js",
1212
"https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/11.1.0/nouislider.min.css",
1313
"https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js",

0 commit comments

Comments
 (0)