fix(web): add favicon.ico and metadata icon reference
Some checks failed
ci/woodpecker/push/web Pipeline failed

Add a mosaic-pattern favicon.ico (16x16, 32x32, 48x48 multi-size ICO)
to apps/web/src/app/ using Next.js App Router convention. Update
metadata export in layout.tsx to include explicit icon reference.
Resolves 404 for /favicon.ico on mosaic.woltje.com.

Closes #534

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 04:57:13 -06:00
parent 833662a64f
commit c872f8d5e3
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

View File

@@ -11,6 +11,9 @@ export const dynamic = "force-dynamic";
export const metadata: Metadata = {
title: "Mosaic Stack",
description: "Mosaic Stack Web Application",
icons: {
icon: "/favicon.ico",
},
};
const outfit = Outfit({