diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-04 02:23:37 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-04 02:23:37 +0300 |
| commit | afe5d3174a5e4c851bf5d30527ce88814f1a267a (patch) | |
| tree | 43bd5d24ad973b16061734cb0e59011c44ff2ccf /src/app/layout.tsx | |
| parent | 9c65a9c271dfda5ea17c9d909bc9e7e6d0c040ab (diff) | |
add favicon
Diffstat (limited to 'src/app/layout.tsx')
| -rw-r--r-- | src/app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( <html lang="en"> + <meta name="apple-mobile-web-app-title" content="Artberry" /> <body className={`${nunito.className} antialiased`}> <div className="min-h-dvh flex flex-col"> <GlobalContextProvider> |
