From 8f0a23b519798ee17e66c1951581ca8c671594ba Mon Sep 17 00:00:00 2001 From: genj11 Date: Tue, 1 Apr 2025 21:57:52 +0900 Subject: [PATCH] fix: add basePath for favicon --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index c3335757..041a9d01 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', },