feat: add mushroom emoji favicon for MycoFi

Use inline SVG for a fitting decentralized symbol.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-12-08 00:39:19 +00:00
parent 8fcaf31b7f
commit 194ea5f37d
1 changed files with 1 additions and 11 deletions

View File

@ -15,19 +15,9 @@ export const metadata: Metadata = {
icons: {
icon: [
{
url: "/icon-light-32x32.png",
media: "(prefers-color-scheme: light)",
},
{
url: "/icon-dark-32x32.png",
media: "(prefers-color-scheme: dark)",
},
{
url: "/icon.svg",
type: "image/svg+xml",
url: 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" fontSize="90">🍄</text></svg>',
},
],
apple: "/apple-icon.png",
},
}