Title here
Summary here
The Thulite SEO package handles favicon generation automatically. It takes your source files and creates all the necessary variants and HTML tags. The system will warn you if your source files are missing or not suitable for resizing.
Prepare two favicon files:
favicon.png
- A PNG file (at least 512x512 pixels)favicon.svg
- An SVG version (optional but recommended)Place both files in your site’s assets/
directory
The package automatically generates:
If you need to customize the favicon filenames:
# SEO (@thulite/seo)
[seo]
[seo.favicons]
icon = "favicon.png" # favicon.png (default)
svgIcon = "favicon.svg" # favicon.svg (default)
The package: