Skip to content

Commit

Permalink
Update the title and description of the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
lef237 committed Feb 4, 2024
1 parent 3bf9a3d commit 3cad45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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!" },
];
};

Expand Down

0 comments on commit 3cad45d

Please sign in to comment.