-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code formatting in layout.tsx file
- Loading branch information
1 parent
b316cc8
commit 2056700
Showing
1 changed file
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,57 @@ | ||
import Header from '@/components/Header'; | ||
import '@/styles/globals.css'; | ||
import Footer from '@/components/Footer'; | ||
import { Toaster } from '@/components/ui/sonner'; | ||
import { Metadata } from 'next'; | ||
import { Analytics } from "@vercel/analytics/react" | ||
import { SpeedInsights } from "@vercel/speed-insights/next" | ||
|
||
import Header from "@/components/Header"; | ||
import "@/styles/globals.css"; | ||
import Footer from "@/components/Footer"; | ||
import { Toaster } from "@/components/ui/sonner"; | ||
import { Metadata } from "next"; | ||
import { Analytics } from "@vercel/analytics/react"; | ||
import { SpeedInsights } from "@vercel/speed-insights/next"; | ||
|
||
type Props = { | ||
params: { id: string } | ||
searchParams: { [key: string]: string | string[] | undefined } | ||
} | ||
|
||
params: { id: string }; | ||
searchParams: { [key: string]: string | string[] | undefined }; | ||
}; | ||
|
||
export const metadata: Metadata = { | ||
title: 'در کسری از ثانیه، بایویی خیرهکننده و جذاب بساز!', | ||
description: 'اینجا میتونی با چند کلیک ساده، بایویی شخصیسازی شده و جذاب که نمایانگر واقعی شخصیت توه، بسازی.', | ||
title: "در کسری از ثانیه، بایویی خیرهکننده و جذاب بساز!", | ||
description: | ||
"اینجا میتونی با چند کلیک ساده، بایویی شخصیسازی شده و جذاب که نمایانگر واقعی شخصیت توه، بسازی.", | ||
alternates: { | ||
canonical: '/' | ||
canonical: "/", | ||
}, | ||
openGraph: { | ||
title: 'در کسری از ثانیه، بایویی خیرهکننده و جذاب بساز!', | ||
description: 'اینجا میتونی با چند کلیک ساده، بایویی شخصیسازی شده و جذاب که نمایانگر واقعی شخصیت توه، بسازی.', | ||
images: [{ | ||
url: 'https://bio.eindev.ir/screenshot.png', | ||
width: '300', | ||
height: '300', | ||
alt: "با استفاده از جدیدترین فناوری هوش مصنوعی، ما به شما کمک میکنیم تا بایویی ایجاد کنید که همه را مجذوب خود کند." | ||
}] | ||
title: "در کسری از ثانیه، بایویی خیرهکننده و جذاب بساز!", | ||
description: | ||
"اینجا میتونی با چند کلیک ساده، بایویی شخصیسازی شده و جذاب که نمایانگر واقعی شخصیت توه، بسازی.", | ||
images: [ | ||
{ | ||
url: "https://bio.eindev.ir/screenshot.png", | ||
width: "300", | ||
height: "300", | ||
alt: "با استفاده از جدیدترین فناوری هوش مصنوعی، ما به شما کمک میکنیم تا بایویی ایجاد کنید که همه را مجذوب خود کند.", | ||
}, | ||
], | ||
}, | ||
} | ||
|
||
}; | ||
|
||
export default function RootLayout({ | ||
children, | ||
}: { | ||
children: React.ReactNode | ||
children: React.ReactNode; | ||
}) { | ||
return ( | ||
<html lang="fa" dir="rtl"> | ||
<body className="min-h-screen flex flex-col"> | ||
<header> | ||
<Header /> | ||
<Header /> | ||
</header> | ||
<main className="flex flex-1"> | ||
{children} | ||
</main> | ||
<footer className='flex flex-col w-full bottom-0'> | ||
<Footer /> | ||
<main className="flex flex-1">{children}</main> | ||
<footer className="flex flex-col w-full bottom-0"> | ||
<Footer /> | ||
</footer> | ||
<Toaster richColors /> | ||
<Analytics /> | ||
<SpeedInsights /> | ||
</body> | ||
</body> | ||
</html> | ||
) | ||
} | ||
); | ||
} |
2056700
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
biogpt – ./
biogpt-git-main-ehsan-ghaffars-projects.vercel.app
biogpt-ehsan-ghaffars-projects.vercel.app
bio.eindev.ir