Configuration
Favicon Configuration
Set your site's favicon
Simple Favicon
Use a single favicon for all themes:
{
"favicon": "/favicon.svg"
}
Favicon File Location
Place favicon files in the public/ directory:
my-project/
βββ public/
β βββ favicon.svg
βββ docs.json
βββ ...
Use .ico format for best browser compatibility. Size should be at least 32x32 pixels.