You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web/app/layout.tsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ import Navbar from "@/components/navbar";
7
7
constinter=Inter({subsets: ["latin"]});
8
8
9
9
exportconstmetadata: 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.",
0 commit comments