Is there an existing issue for this?
What happened?
Issue
The frontend currently uses Vite’s default browser title and favicon, resulting in incorrect project branding. These defaults are defined in:
Before
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<title>Vite + React</title>
Record
Is there an existing issue for this?
What happened?
Issue
The frontend currently uses Vite’s default browser title and favicon, resulting in incorrect project branding. These defaults are defined in:
Before
Record