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 7bb3353 commit c3346c3Copy full SHA for c3346c3
nuxt.config.ts
@@ -25,7 +25,7 @@ export default defineNuxtConfig({
25
...twitterOg(),
26
],
27
link: [
28
- { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
+ { rel: 'icon', type: 'image/x-icon', href: '/2022/favicon.ico' },
29
{ rel: 'icon', sizes: '180x180', href: '/icon/apple-touch-icon.png' },
30
...preloadImages(),
31
0 commit comments