From 3cad45d6e3674cb51ba6dde9d75ec2c2664df9d8 Mon Sep 17 00:00:00 2001 From: lef237 Date: Sun, 4 Feb 2024 15:13:47 +0900 Subject: [PATCH] Update the title and description of the homepage --- app/routes/_index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!" }, ]; };