Merge pull request #128 from trails-cool/chore/static-assets

Add favicons and static assets to silence 404s
This commit is contained in:
Ullrich Schäfer 2026-03-29 10:43:47 +02:00 committed by GitHub
commit c825005249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 20 additions and 0 deletions

View file

@ -18,6 +18,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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 90 C45 90, 50 50, 64 45 S85 70, 100 35" stroke="#4A6B40" stroke-width="6" stroke-linecap="round" fill="none"/>
<circle cx="28" cy="90" r="12" fill="#4A6B40"/>
<circle cx="64" cy="45" r="12" fill="#4A6B40"/>
<circle cx="100" cy="35" r="12" fill="#4A6B40"/>
</svg>

After

Width:  |  Height:  |  Size: 382 B

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 90 C45 90, 50 50, 64 45 S85 70, 100 35" stroke="#4A6B40" stroke-width="6" stroke-linecap="round" fill="none"/>
<circle cx="28" cy="90" r="12" fill="#4A6B40"/>
<circle cx="64" cy="45" r="12" fill="#4A6B40"/>
<circle cx="100" cy="35" r="12" fill="#4A6B40"/>
</svg>

After

Width:  |  Height:  |  Size: 382 B