Skip to content

Commit 5c625ce

Browse files
committed
feat: metadata
1 parent 364a94c commit 5c625ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/web/app/layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import Navbar from "@/components/navbar";
77
const inter = Inter({ subsets: ["latin"] });
88

99
export const metadata: Metadata = {
10-
title: "Create Turborepo",
11-
description: "Generated by create turbo",
10+
title: "Yu-Gi-Oh! Ruling Bot",
11+
description:
12+
"Get AI-generated information on Yu-Gi-Oh! Goat Format rulings using Retrieval Augmented Generation (RAG). A helpful tool for exploring card interactions and rules.",
1213
};
1314

1415
export default function RootLayout({

apps/web/public/favicon.ico

17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)