From 33a65bc3b3eba7116e7b9e7c2dd000d532bd9c62 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 1 Jul 2023 21:47:05 +0100 Subject: [PATCH] update meta tags --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3441676..30aa3ea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,9 +4,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata = { - title: "Example Site", - description: - "Template by https://git.fascinated.cc/Fascinated/nextjs-13-template-with-tailwindcss", + title: "fascinated.cc", + description: "I'm a 20-year-old software engineer from the UK", }; export default function RootLayout({