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 b0c6411 commit 5d4c307Copy full SHA for 5d4c307
apps/web/nuxt.config.ts
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
19
...twitterOg(),
20
],
21
link: [
22
- { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
+ { rel: 'icon', type: 'image/x-icon', href: '/2024/favicon.ico' },
23
{ rel: 'stylesheet', href: 'https://use.typekit.net/lff1jgr.css' },
24
25
htmlAttrs: {
0 commit comments