diff --git a/nuxt.config.ts b/nuxt.config.ts index c333575..041a9d0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,7 +17,7 @@ export default defineNuxtConfig({ ...generalOg(), ...twitterOg(), ], - link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], + link: [{ rel: 'icon', type: 'image/x-icon', href: '/2023/favicon.ico' }], htmlAttrs: { lang: 'ja', },