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/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/layout.tsx') 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