Skip to content

Commit

Permalink
Fix wrong rel type on font's style reference
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Dec 24, 2024
1 parent 0a18ea0 commit cf8d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '24x24', href: '/favicon-24x24.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
['link', { rel: 'icon', href: 'https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Outfit:[email protected]&display=swap'}],
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap'}],
['link', { rel: 'stylesheet', type: 'image/x-icon', href: '/favicon.ico'}],
['link', { rel: 'manifest', href: '/site.webmanifest' }],
['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.' }],
Expand Down

0 comments on commit cf8d5be

Please sign in to comment.