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.
1 parent 645dedd commit 8f0a23bCopy full SHA for 8f0a23b
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