Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiguel10 committed Oct 12, 2023
1 parent 91ff2fe commit 569062c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const inter = Inter({ variable: "--inter-font", subsets: ["latin"] });
export const metadata: Metadata = {
title: {
default: "Kent Miguel | Home",
template: "Kent Miguel | %s",
template: "Kent | %s",
},
description: "Kent Miguel Personal Website",
description: "Kent Miguel's Personal Website",
};

export default function RootLayout({
Expand Down

0 comments on commit 569062c

Please sign in to comment.