diff --git a/app/layout.tsx b/app/layout.tsx index 222c4ab..e32682c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,7 @@ 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", };