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:

  1. By default favicon URL’s value is settings.faviconUrl if nothing is set into the front matter.
  2. If faviconUrl is set into the front matter, page’s favicon URL gets this value.

Learn more about favicon on MDN