chore: use the Mulita logo as the browser favicon

Drop the leftover Vite default and point the favicon + apple-touch-icon
at a copy of the existing muli-logo.png served from /public. Also
trim the page title to "Mulita" and add a dark theme-color meta tag
so mobile browsers paint the chrome to match the app.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 20:58:13 +02:00
parent 4e5b2cabf6
commit c01c3b02ce
2 changed files with 4 additions and 2 deletions

View File

@@ -2,9 +2,11 @@
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mulita - Photo Management</title>
<meta name="theme-color" content="#0f0f0f" />
<title>Mulita</title>
</head>
<body>
<div id="root"></div>