From afe5d3174a5e4c851bf5d30527ce88814f1a267a Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sat, 4 Apr 2026 02:23:37 +0300 Subject: add favicon --- src/app/apple-icon.png | Bin 0 -> 9151 bytes src/app/favicon.ico | Bin 25931 -> 15086 bytes src/app/icon0.svg | 1 + src/app/icon1.png | Bin 0 -> 6652 bytes src/app/layout.tsx | 4 ++-- 5 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/app/apple-icon.png create mode 100644 src/app/icon0.svg create mode 100644 src/app/icon1.png (limited to 'src') diff --git a/src/app/apple-icon.png b/src/app/apple-icon.png new file mode 100644 index 0000000..5a05a47 Binary files /dev/null and b/src/app/apple-icon.png differ diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 718d6fe..44dda9d 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/icon0.svg b/src/app/icon0.svg new file mode 100644 index 0000000..e73b085 --- /dev/null +++ b/src/app/icon0.svg @@ -0,0 +1 @@ +RealFaviconGeneratorhttps://realfavicongenerator.net \ No newline at end of file diff --git a/src/app/icon1.png b/src/app/icon1.png new file mode 100644 index 0000000..e23009a Binary files /dev/null and b/src/app/icon1.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1c24fe8..80c8afd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,9 +10,8 @@ const nunito = Nunito(); export const metadata: Metadata = { title: 'Artberry', description: 'Happy gooning!', - icons: '/icons/logo.svg', + manifest: '/site.webmanifest', }; - export default function RootLayout({ children, }: Readonly<{ @@ -20,6 +19,7 @@ export default function RootLayout({ }>) { return ( +
-- cgit v1.3-3-g829e