-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong rel type on font's style reference
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.' }], | ||
|