Skip to content
Snippets Groups Projects
Commit 1a360bbb authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

fix: jsdelivr

parent 9e614f54
No related branches found
No related tags found
2 merge requests!359fix: usage of community instead of community.community (wtf),!355Issue 1091
Pipeline #16622 passed with stages
in 7 minutes and 22 seconds
......@@ -126,7 +126,7 @@ for dependency of npm
if dependency.path
script(type="module" src=dependency.path defer)&attributes(dependency.attributes || {})
else
script(type="module" src=`https://cdn.skypack.dev/${dependency.package}@${dependency.version}` defer)&attributes(dependency.attributes || {})
script(type="module" src=`https://cdn.jsdeliver.net/${dependency.package}@${dependency.version}` defer)&attributes(dependency.attributes || {})
if componentSet.has("themeChecker")
script(src="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.min.js" defer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment