We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 645dedd + 8f0a23b commit 50e3370Copy full SHA for 50e3370
nuxt.config.ts
@@ -17,7 +17,7 @@ export default defineNuxtConfig({
17
...generalOg(),
18
...twitterOg(),
19
],
20
- link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
+ link: [{ rel: 'icon', type: 'image/x-icon', href: '/2023/favicon.ico' }],
21
htmlAttrs: {
22
lang: 'ja',
23
},
0 commit comments