Skip to content

Commit c3346c3

Browse files
committed
fix: add basePath on favicon
1 parent 7bb3353 commit c3346c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineNuxtConfig({
2525
...twitterOg(),
2626
],
2727
link: [
28-
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
28+
{ rel: 'icon', type: 'image/x-icon', href: '/2022/favicon.ico' },
2929
{ rel: 'icon', sizes: '180x180', href: '/icon/apple-touch-icon.png' },
3030
...preloadImages(),
3131
],

0 commit comments

Comments
 (0)