Why favicons are loaded on every request?
[issue link]Hello. I am using favicons and code snippets generated by https://realfavicongenerator.net
I have this in nuxt.config
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
And in result I see them loaded in DevTools on every route on the page.