commit b60fa47fd89592816565704b9606c1077cc020d1
parent d53611e2faaca808658ea86501b7d334fe20d7b2
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 6 Jul 2026 21:41:05 +0530
Update favicon to logo_light.svg in config
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
@@ -10,7 +10,7 @@ const vitePressConfig = {
head: [
// Logo & Fonts
- ['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
+ ['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo_light.svg' }],
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
['link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap' }],
@@ -197,4 +197,4 @@ const sidebarConfig = {
capitalizeFirst: true,
}
-export default defineConfig(withSidebar(vitePressConfig, sidebarConfig))-
\ No newline at end of file
+export default defineConfig(withSidebar(vitePressConfig, sidebarConfig))