Skip to content

Commit 9246014

Browse files
committed
fix: update favicon source in VitePress config to use kawaiko_nuxt_dot.png
1 parent 9e984c9 commit 9246014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
toc: { level: [2, 3] },
1212
},
1313
head: [
14-
['link', { rel: 'icon', type: 'image/png', href: '/kawaiko_nuxt.png' }],
14+
['link', { rel: 'icon', type: 'image/png', href: '/kawaiko_nuxt_dot.png' }],
1515
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
1616
['link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
1717
['link', { href: 'https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap', rel: 'stylesheet' }],

0 commit comments

Comments
 (0)