Add 👕 emoji favicon to rSwag

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-25 12:39:54 -08:00
parent b80ae7c8c3
commit 9837a4d232
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ export async function generateMetadata(): Promise<Metadata> {
return {
title: `${name}${tagline}`,
description: space?.description || "Design and order custom merchandise.",
icons: {
icon: "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>👕</text></svg>",
},
};
}