diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f8f901c..b1bd6f3 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -2,8 +2,8 @@ import type { MetaFunction } from "@remix-run/node"; export const meta: MetaFunction = () => { return [ - { title: "New Remix SPA" }, - { name: "description", content: "Welcome to Remix (SPA Mode)!" }, + { title: "lef237's homepage" }, + { name: "description", content: "Welcome to LEF's homepage!" }, ]; };