update
This commit is contained in:
@@ -8,6 +8,7 @@ import { QuickTopUI, QuickTopUILogoPart } from "@/components/site/QuickTopUI";
|
||||
import { ReactQueryProvider } from "@/components/providers/ReactQueryProvider";
|
||||
import { GameLaunchProvider } from "@/components/providers/GameLaunchProvider";
|
||||
import { GameLaunchDialog } from "@/components/providers/GameLaunchDialog";
|
||||
import { DownloadDialog } from "@/components/providers/DownloadDialog";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans",
|
||||
@@ -21,9 +22,18 @@ const geistMono = Geist_Mono({
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Home | Roblox",
|
||||
description: "Roblox is a global platform that brings people together through play.",
|
||||
authors: [{name: "Roblox Corporation"}],
|
||||
keywords: ["free games", "online games", "building games", "virtual worlds", "free mmo", "gaming cloud", "physics engine"]
|
||||
description:
|
||||
"Roblox is a global platform that brings people together through play.",
|
||||
authors: [{ name: "Roblox Corporation" }],
|
||||
keywords: [
|
||||
"free games",
|
||||
"online games",
|
||||
"building games",
|
||||
"virtual worlds",
|
||||
"free mmo",
|
||||
"gaming cloud",
|
||||
"physics engine"
|
||||
]
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -53,6 +63,7 @@ export default function RootLayout({
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
<DownloadDialog />
|
||||
<GameLaunchDialog />
|
||||
<Toaster />
|
||||
</GameLaunchProvider>
|
||||
|
||||
Reference in New Issue
Block a user