mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update
This commit is contained in:
parent
811c9b03bb
commit
f19fb2ca31
@ -13,7 +13,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
return (
|
||||
<html lang="en" className="dark">
|
||||
<head>
|
||||
<title>{metadata.title?.default}</title>
|
||||
<title>{typeof metadata.title === "string" ? metadata.title : metadata.title?.default}</title>
|
||||
<meta name="description" content={metadata.description} />
|
||||
<meta property="og:title" content={metadata.openGraph?.title} />
|
||||
<meta property="og:description" content={metadata.openGraph?.description} />
|
||||
@ -35,4 +35,3 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user