# Helix 0.69.2: Favicon in scaffolded apps

> `helix init --with-app` scaffolds a default favicon, so a generated project no longer logs a repeated 404 for the icon on every page load.

- Released: 22 Jul 2026 (2026-07-22)
- Packages: @trayai/helix-cli@0.69.2

## Headline changes

### Fixed: `helix init --with-app` scaffolds a default favicon

Generated projects had no favicon, so browsers logged a repeated 404 for `GET /favicon.ico` and the first thing you saw in a new project was an error that was not yours. The scaffold now writes `app/public/favicon.svg` and links it from `app/index.html`.

Docs: https://helix.tray.ai/documentation/guides/frontend/

---

Canonical: https://helix.tray.ai/documentation/releases/0692/
This file: https://helix.tray.ai/documentation/releases/0692.md
The full changelog: https://helix.tray.ai/documentation/releases.md
