|
|
@ -5,7 +5,11 @@ import { search as koSearch } from './ko'
|
|
|
|
import { search as ptSearch } from './pt'
|
|
|
|
import { search as ptSearch } from './pt'
|
|
|
|
import { search as ruSearch } from './ru'
|
|
|
|
import { search as ruSearch } from './ru'
|
|
|
|
import { search as zhSearch } from './zh'
|
|
|
|
import { search as zhSearch } from './zh'
|
|
|
|
import { groupIconMdPlugin,groupIconVitePlugin, localIconLoader } from 'vitepress-plugin-group-icons'
|
|
|
|
import {
|
|
|
|
|
|
|
|
groupIconMdPlugin,
|
|
|
|
|
|
|
|
groupIconVitePlugin,
|
|
|
|
|
|
|
|
localIconLoader
|
|
|
|
|
|
|
|
} from 'vitepress-plugin-group-icons'
|
|
|
|
|
|
|
|
|
|
|
|
export const shared = defineConfig({
|
|
|
|
export const shared = defineConfig({
|
|
|
|
title: 'VitePress',
|
|
|
|
title: 'VitePress',
|
|
|
@ -111,7 +115,10 @@ export const shared = defineConfig({
|
|
|
|
plugins: [
|
|
|
|
plugins: [
|
|
|
|
groupIconVitePlugin({
|
|
|
|
groupIconVitePlugin({
|
|
|
|
customIcon: {
|
|
|
|
customIcon: {
|
|
|
|
vitepress: localIconLoader(import.meta.url, '../../public/vitepress-logo-mini.svg'),
|
|
|
|
vitepress: localIconLoader(
|
|
|
|
|
|
|
|
import.meta.url,
|
|
|
|
|
|
|
|
'../../public/vitepress-logo-mini.svg'
|
|
|
|
|
|
|
|
),
|
|
|
|
firebase: 'logos:firebase'
|
|
|
|
firebase: 'logos:firebase'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|