From 366d4a4f536150d6d93e6e08a298aa8eb3572474 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Thu, 30 Dec 2021 16:36:23 -0600 Subject: [PATCH] update root meta --- packages/docs/app/root.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/docs/app/root.tsx b/packages/docs/app/root.tsx index b5e0f01..f08fcfa 100644 --- a/packages/docs/app/root.tsx +++ b/packages/docs/app/root.tsx @@ -10,7 +10,10 @@ import { import prismThemeCss from "./prism-theme.css" export const meta: MetaFunction = () => { - return { title: "New Remix App" } + return { + title: "Reacord", + description: "Create interactive Discord messages using React and JSX.", + } } export const links: LinksFunction = () => [