diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-04 18:38:39 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-04 18:38:39 +0300 |
| commit | 3b68dee3f51b54cb452641336f3750574441f9bb (patch) | |
| tree | e3820aad2cca4562cb279d0f8f398738c7d546e3 /src/app/layout.tsx | |
| parent | afe5d3174a5e4c851bf5d30527ce88814f1a267a (diff) | |
update settings section
Diffstat (limited to 'src/app/layout.tsx')
| -rw-r--r-- | src/app/layout.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80c8afd..b59949f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,11 @@ export const metadata: Metadata = { title: 'Artberry', description: 'Happy gooning!', manifest: '/site.webmanifest', + appleWebApp: { + title: 'Artberry', + }, }; + export default function RootLayout({ children, }: Readonly<{ @@ -19,7 +23,6 @@ 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> |
