Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Nov 14, 2024
1 parent 34cd1bf commit 8f7a613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ export const shared = defineConfig({
href: '/assets/logo.png'
}
],
['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: 'https://avatars.githubusercontent.com/u/165024194'}],
['link', {rel: 'apple-touch-icon', sizes: '180x180', href: 'https://avatars.githubusercontent.com/u/165024194'}],
['link', {rel: 'mask-icon', href: 'https://avatars.githubusercontent.com/u/165024194', color: '#5bbad5'}],
['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: '/assets/logo.png'}],
['link', {rel: 'apple-touch-icon', sizes: '180x180', href: '/assets/logo.png'}],
['link', {rel: 'mask-icon', href: '/assets/logo.png', color: '#5bbad5'}],
['meta', { name: 'theme-color', content: '#5f67ee' }],
],

themeConfig: {
logo: { src: 'https://avatars.githubusercontent.com/u/165024194', width: 24, height: 24 },
logo: { src: '/assets/logo.png', width: 24, height: 24 },
//开启本地搜索
search: {
provider: 'local'
Expand Down

0 comments on commit 8f7a613

Please sign in to comment.