From cf8d5be3ac05f5f5eb47aac4c0e37b5e93b5d7ce Mon Sep 17 00:00:00 2001 From: Kemal Setya Adhi Date: Tue, 24 Dec 2024 15:22:58 +0700 Subject: [PATCH] Fix wrong rel type on font's style reference --- home/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.vitepress/config.mts b/home/.vitepress/config.mts index 817278f..d68ccfe 100644 --- a/home/.vitepress/config.mts +++ b/home/.vitepress/config.mts @@ -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:wght@100..900&display=swap'}], + ['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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.' }],