From bf4729fa4d6c378150fd0b428b4072aaa3196fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 24 Feb 2026 15:27:16 +0100 Subject: [PATCH] feat: integrate icon.png as favicon and remove legacy icon.svg --- app/icon.svg | 30 ------------------------------ app/layout.tsx | 28 ++++------------------------ 2 files changed, 4 insertions(+), 54 deletions(-) delete mode 100644 app/icon.svg diff --git a/app/icon.svg b/app/icon.svg deleted file mode 100644 index 8e3b854..0000000 --- a/app/icon.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 73c58af..5a4a4a7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,31 +8,11 @@ export const metadata: Metadata = { title: 'Kit - Your Creative Toolkit', description: 'A curated collection of creative and utility tools for developers and creators. Features file conversion, image editing, and color manipulation.', keywords: ['tools', 'utilities', 'file converter', 'image editor', 'color palette', 'creative toolkit', 'convert', 'paint', 'pastel', 'open source'], - authors: [{ name: 'pivoine.art' }], - creator: 'pivoine.art', - publisher: 'pivoine.art', metadataBase: new URL(siteUrl), - openGraph: { - title: 'Kit - Your Creative Toolkit', - description: 'A curated collection of creative and utility tools for developers and creators. Privacy-first, open source, and free to use.', - url: siteUrl, - siteName: 'Kit', - locale: 'en_US', - type: 'website', - images: [ - { - url: '/og-image.png', - width: 1200, - height: 630, - alt: 'Kit - Your Creative Toolkit', - }, - ], - }, - twitter: { - card: 'summary_large_image', - title: 'Kit - Your Creative Toolkit', - description: 'A curated collection of creative and utility tools for developers and creators.', - images: ['/og-image.png'], + icons: { + icon: '/icon.png', + shortcut: '/icon.png', + apple: '/icon.png', }, robots: { index: true,