diff --git a/src/app/(routes)/(website)/layout.tsx b/src/app/(routes)/(website)/layout.tsx index 8f82f07..777c5cb 100644 --- a/src/app/(routes)/(website)/layout.tsx +++ b/src/app/(routes)/(website)/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import Header from "./components/header/header"; import Footer from "./components/footer/footer"; +import { cookies } from "next/headers"; export const metadata: Metadata = { title: { @@ -14,7 +15,9 @@ export const metadata: Metadata = { default: "parsa aghayi", }, description: "parsa aghayi's personal website", - images: [`${process.env.NEXT_PUBLIC_FRONT_URL}/og-image?text=parsa aghayi's personal website`], + images: [ + `${process.env.NEXT_PUBLIC_FRONT_URL}/og-image?text=parsa aghayi's personal website`, + ], }, }; @@ -35,10 +38,12 @@ export default function RootLayout({
-

{"<"}

+

+ ^ +