Skip to content

Commit

Permalink
Tweaked metadata title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Nov 4, 2023
1 parent eeb74d1 commit 825e8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const mono = Mono({
});

export const metadata: Metadata = {
title: 'Raphael Gatchalian',
description: "Raphael Gatchalian's personal website",
title: 'Hi, I\'m Raphael Gatchalian.',
description: "Raphael Gatchalian's personal website!",
};

export default function RootLayout({
Expand Down

0 comments on commit 825e8bb

Please sign in to comment.