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 696f63c commit 4ab760cCopy full SHA for 4ab760c
1 file changed
public/js/admin.js
@@ -30,7 +30,7 @@ async function loadSimpleIcons() {
30
31
_simpleIconsLoading = (async () => {
32
try {
33
- const res = await fetch('https://cdn.jsdelivr.net/npm/simple-icons@latest/slugs.md');
+ const res = await fetch('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons@develop/slugs.md');
34
const text = await res.text();
35
const icons = [];
36
const re = /\|\s*`([^`]+)`\s*\|\s*`([^`]+)`\s*\|/g;
0 commit comments