Skip to content

Commit 8f0a23b

Browse files
committed
fix: add basePath for favicon
1 parent 645dedd commit 8f0a23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineNuxtConfig({
1717
...generalOg(),
1818
...twitterOg(),
1919
],
20-
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
20+
link: [{ rel: 'icon', type: 'image/x-icon', href: '/2023/favicon.ico' }],
2121
htmlAttrs: {
2222
lang: 'ja',
2323
},

0 commit comments

Comments
 (0)