@@ -43,11 +43,11 @@ useHead({
4343 { name: ' viewport' , content: ' width=device-width, initial-scale=1' }
4444 ],
4545 link: [
46- { rel: ' apple-touch-icon' , sizes: ' 180x180' , href: ' images/favicon/apple-touch-icon.png' },
47- { rel: ' icon' , type: ' image/png' , sizes: ' 32x32' , href: ' images/favicon/favicon-32x32.png' },
48- { rel: ' icon' , type: ' image/png' , sizes: ' 16x16' , href: ' images/favicon/favicon-16x16.png' },
49- { rel: ' manifest' , href: ' images/favicon/site.webmanifest' },
50- { rel: ' mask-icon' , href: ' images/favicon/safari-pinned-tab.svg' , color: ' #5bbad5' }
46+ { rel: ' apple-touch-icon' , sizes: ' 180x180' , href: useAssetUrl ( ' / images/favicon/apple-touch-icon.png' ) },
47+ { rel: ' icon' , type: ' image/png' , sizes: ' 32x32' , href: useAssetUrl ( ' / images/favicon/favicon-32x32.png' ) },
48+ { rel: ' icon' , type: ' image/png' , sizes: ' 16x16' , href: useAssetUrl ( ' / images/favicon/favicon-16x16.png' ) },
49+ { rel: ' manifest' , href: useAssetUrl ( ' / images/favicon/site.webmanifest' ) },
50+ { rel: ' mask-icon' , href: useAssetUrl ( ' / images/favicon/safari-pinned-tab.svg' ) , color: ' #5bbad5' }
5151 ],
5252 htmlAttrs: {
5353 lang: ' en' ,
0 commit comments