Hi,
I have created favicons with https://realfavicongenerator.net/. But if I check the icons on favicon-checker I get erros or he can not find the icons.
I guess, that has something to do with my links. Because I am building a multilingual site.
Here are my favicons:
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="test-content" />
<link rel="manifest" href="/site.webmanifest" />
and my repo
Hope, someone can help me 
irkode
2
check your de site. here the checker reports all good.
guess you have a redirect page in / that has no meta tags.
i’m out here to tell if it should have
Where can I check or change this, if I have got a redirect?
edit:
Had this in my hugo.toml:
DefaultContentLanguageInSubdir = true
But now is my “de” in the url gone.
How can I fix this?
irkode
4
if that tells you changed the value to false its as expected. see defaultContentLanguageInSubdir
a redirect is created if the above is true unless u use disableDefaultLanguageRedirect
the redirect is a client side redirect in public/index.html
i would first research if one needs a favico in the redirect which is not hugo related…
maybe just ignore the check for the baseUrl as long as the favicons from language dirs work