diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5c2773e..a3d609c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3229,5 +3229,11 @@ export const svgs: iSVG[] = [ route: '/library/deepseek.svg', wordmark: '/library/deepseek_wordmark.svg', url: 'https://deepseek.com/' + }, + { + title: 'Shiki', + category: 'Library', + route: '/library/shiki.svg', + url: 'https://shiki.style/' } ]; diff --git a/static/library/shiki.svg b/static/library/shiki.svg new file mode 100644 index 0000000..0b06db2 --- /dev/null +++ b/static/library/shiki.svg @@ -0,0 +1 @@ + \ No newline at end of file