Skip to content

Commit 3bbd36d

Browse files
committed
Fix wrong rel type on favicon.ico
1 parent 84c2213 commit 3bbd36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/.vitepress/config.mts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export default defineConfig({
1818
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
1919
['link', { rel: 'icon', type: 'image/png', sizes: '24x24', href: '/favicon-24x24.png' }],
2020
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
21-
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap'}],
22-
['link', { rel: 'stylesheet', type: 'image/x-icon', href: '/favicon.ico'}],
21+
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
22+
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap' }],
2323
['link', { rel: 'manifest', href: '/site.webmanifest' }],
2424
['meta', { name: 'description', content: 'An advanced launcher for HoYoverse Games. Built with C#/.NET with WinUI and open sourced. Supports all PC games published by miHoYo/HoYoverse with many advanced features like game repair, delta patch, game settings, etc.' }],
2525
['meta', { name: 'keywords', content: 'HoYoverse, miHoYo, Games, Launcher, Collapse Launcher, C#, .NET, WinUI, WinUI3, Genshin Impact, Honkai: Impact 3rd, HI3, Honkai: Star Rail, HSR, Zenless Zone Zero, ZZZ' }],

0 commit comments

Comments
 (0)