Skip to content

Commit

Permalink
Update config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Mar 27, 2024
1 parent b45e603 commit 67e4832
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default defineConfig({
outline: 'deep',
// https://vitepress.dev/reference/default-theme-config
logo: {
'light': '/assets/lux-logo.svg',
'dark': '/assets/lux-logo-dark.svg'
'light': '/lux-logo.svg',
'dark': '/lux-logo-dark.svg'
},
search: {
provider: 'local',
Expand Down Expand Up @@ -184,10 +184,10 @@ export default defineConfig({
gtag('js', new Date());
gtag('config', 'G-Q8GYTEVTZ2');`,
],
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/assets/apple-touch-icon.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/assets/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/assets/favicon-16x16.png' }],
['link', { rel: 'manifest', href: '/assets/site.webmanifest' }],
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
['link', { rel: 'manifest', href: '/site.webmanifest' }],
],
lastUpdated: {
text: 'Updated at',
Expand All @@ -197,4 +197,4 @@ export default defineConfig({
}
},
}
})
})

0 comments on commit 67e4832

Please sign in to comment.