Add favicons, apple-touch-icons, and Chrome DevTools JSON
Eliminates 404 noise from: - /favicon.ico (browsers) - /apple-touch-icon.png, /apple-touch-icon-precomposed.png (iOS) - /.well-known/appspecific/com.chrome.devtools.json (Chrome) Favicon uses the Waypoint Dot logo mark (sage green, SVG + ICO). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
881374008f
commit
518ee9ab69
12 changed files with 20 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
|||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<Meta />
|
||||
<Links />
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue