- /
-
- Configuration /
- Favicon URL - Configuration
Favicon URL - Configuration
How to manage Favicon URL
2025-05-23
ITADS
It is possible to override default favicon by entering a root relative URL or absolute URL to it. Available into settings.json
:
{
"faviconUrl": "/my/own/path/favicon.png"
}
Favicon URL is applied following these ordered priorities:
- By default favicon URL’s value is
settings.faviconUrl
if nothing is set into the front matter. - If
faviconUrl
is set into the front matter, page’s favicon URL gets this value.
Learn more about favicon on MDN