Skip to content

Commit 50e3370

Browse files
authored
Merge pull request #7 from vuejs-jp/fix/favicon-path
fix: add basePath for favicon
2 parents 645dedd + 8f0a23b commit 50e3370

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)