diff --git a/nuxt.config.ts b/nuxt.config.ts index 8e12d17..aa9921b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -14,7 +14,7 @@ export default defineNuxtConfig({ content: 'Jinshen Website', }, ], - link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], + link: [{ rel: 'icon', type: 'image/x-icon', href: '/jinshen-logo.ico' }], }, }, diff --git a/public/jinshen-logo.ico b/public/jinshen-logo.ico new file mode 100644 index 0000000..1546351 Binary files /dev/null and b/public/jinshen-logo.ico differ