Skip to content

Commit 5d4c307

Browse files
committed
fix: add basePath on favicon
1 parent b0c6411 commit 5d4c307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919
...twitterOg(),
2020
],
2121
link: [
22-
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
22+
{ rel: 'icon', type: 'image/x-icon', href: '/2024/favicon.ico' },
2323
{ rel: 'stylesheet', href: 'https://use.typekit.net/lff1jgr.css' },
2424
],
2525
htmlAttrs: {

0 commit comments

Comments
 (0)