From 829bc56e59f51159091d4912e0b81d755f7f72a5 Mon Sep 17 00:00:00 2001 From: Kent Miguel Date: Thu, 12 Oct 2023 14:45:06 -0400 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };