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 +}