mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +00:00
Update
This commit is contained in:
@@ -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 })
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user