mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +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 (
|
return (
|
||||||
<html lang="en" className="dark">
|
<html lang="en" className="dark">
|
||||||
<head>
|
<head>
|
||||||
<title>{metadata.title?.default}</title>
|
<title>{typeof metadata.title === "string" ? metadata.title : metadata.title?.default}</title>
|
||||||
<meta name="description" content={metadata.description} />
|
<meta name="description" content={metadata.description} />
|
||||||
<meta property="og:title" content={metadata.openGraph?.title} />
|
<meta property="og:title" content={metadata.openGraph?.title} />
|
||||||
<meta property="og:description" content={metadata.openGraph?.description} />
|
<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