Add Stargil Nails logo and favicon
- Replace emoji icons with Stargil Nails logo in header and loading spinner - Add favicon.png to public directory - Copy logo to public/assets for browser access - Update vite.config.ts to serve public directory - Add favicon link to HTML head section
This commit is contained in:
@@ -10,7 +10,8 @@ export function clientEntry(c: Context<BlankEnv>) {
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<title>New Quest</title>
|
||||
<title>Stargirlnails Kiel</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
{import.meta.env.PROD ? (
|
||||
<script src="/static/main.js" type="module" />
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user