duplicate title and description issue fixed
This commit is contained in:
parent
a749bcd72d
commit
97311cce63
@ -24,8 +24,8 @@ export default function RootLayout({ children }) {
|
|||||||
return (
|
return (
|
||||||
<html lang="en" className={`${poppins.variable}`}>
|
<html lang="en" className={`${poppins.variable}`}>
|
||||||
<head>
|
<head>
|
||||||
<title>{pageTitle}</title>
|
{/* <title>{pageTitle}</title>
|
||||||
<meta name="description" content={pageDescription} />
|
<meta name="description" content={pageDescription} /> */}
|
||||||
{/* ✅ Preload critical font */}
|
{/* ✅ Preload critical font */}
|
||||||
{/* <link
|
{/* <link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user