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 195eb47 commit e162578Copy full SHA for e162578
docs/.vitepress/config.ts
@@ -6,6 +6,7 @@ import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
6
import {
7
groupIconMdPlugin,
8
groupIconVitePlugin,
9
+ localIconLoader,
10
} from 'vitepress-plugin-group-icons'
11
import llmstxt from 'vitepress-plugin-llms'
12
import { markdownItImageSize } from 'markdown-it-image-size'
@@ -563,6 +564,10 @@ const config = defineConfig({
563
564
customIcon: {
565
firebase: 'vscode-icons:file-type-firebase',
566
'.gitlab-ci.yml': 'vscode-icons:file-type-gitlab',
567
+ 'vite.config': localIconLoader(
568
+ import.meta.url,
569
+ '../public/logo-without-border.svg',
570
+ ),
571
},
572
}),
573
llmstxt({
0 commit comments