From 67e48320013ac4bd707a0c08ad44b07065554967 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 27 Mar 2024 12:15:09 -0400 Subject: [PATCH] Update config.mts --- docs/src/.vitepress/config.mts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 6ac06a21c..52dfb36ee 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -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', @@ -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', @@ -197,4 +197,4 @@ export default defineConfig({ } }, } -}) \ No newline at end of file +})