Skip to main content

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.