mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
* fix(docs): self-host favicon assets and fix broken head declarations - Remove duplicate ICO favicon (shortcut icon + icon), keep single icon declaration - Add self-hosted favicon assets in public/favicon/ (copied from packages/ui v3 assets) - Fix SVG favicon path (was 404 at /favicon.svg) - Fix apple-touch-icon path (was 404 at /apple-touch-icon.png) - Add 96x96 desktop PNG favicon - Add apple-mobile-web-app-title meta tag - Add site.webmanifest with correct Kilo Code branding - All declared paths now resolve to actual files under /docs/ basePath * fix(docs): use correct favicon assets from kilo.ai landing site Replace incorrect favicon files (sourced from packages/ui) with the exact assets used on kilo.ai (from kilocode-landing repo): - Replace all icon PNGs with correct landing site versions - Rename web-app-manifest-*.png to android-chrome-*.png to match landing site - Remove favicon-96x96.png (not used on landing site) - Update favicon.ico and favicon.svg with correct landing site versions - Update site.webmanifest to reference android-chrome-* files without maskable purpose - Add shortcut icon declaration to match landing site head config * Update packages/kilo-docs/public/favicon/favicon.svg Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Brendan O'Leary <github@olearycrew.com> Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>