From a2b5495b539f4836117079d9986a29c38ecd1a97 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Sun, 19 Jan 2025 02:08:27 +0900 Subject: [PATCH] Meta Data Fixed --- app/routes/timeline.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/routes/timeline.tsx b/app/routes/timeline.tsx index 1d272eb..9e2479d 100644 --- a/app/routes/timeline.tsx +++ b/app/routes/timeline.tsx @@ -9,8 +9,8 @@ import TimelineComponents from "~/components/TimelineComponents"; export function meta({}: Route.MetaArgs) { return [ - { title: "New React Router App" }, - { name: "description", content: "Welcome to React Router!" }, + { title: "암냥" }, + { name: "description", content: "Student Developer" }, ]; } @@ -48,4 +48,4 @@ export default function Timeline() { ); -} \ No newline at end of file +}