Skip to content

Commit e162578

Browse files
committed
docs: update custom icon to new version
1 parent 195eb47 commit e162578

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
66
import {
77
groupIconMdPlugin,
88
groupIconVitePlugin,
9+
localIconLoader,
910
} from 'vitepress-plugin-group-icons'
1011
import llmstxt from 'vitepress-plugin-llms'
1112
import { markdownItImageSize } from 'markdown-it-image-size'
@@ -563,6 +564,10 @@ const config = defineConfig({
563564
customIcon: {
564565
firebase: 'vscode-icons:file-type-firebase',
565566
'.gitlab-ci.yml': 'vscode-icons:file-type-gitlab',
567+
'vite.config': localIconLoader(
568+
import.meta.url,
569+
'../public/logo-without-border.svg',
570+
),
566571
},
567572
}),
568573
llmstxt({

0 commit comments

Comments
 (0)