Skip to content

Commit

Permalink
Add full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Nov 17, 2023
1 parent 89f3679 commit 334841e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Itsuki Kigoshi",
description: "I'm not a robot",
title: "Itsuki Kigoshi - Profile",
description: "I'm not a robot.",
};

export default function RootLayout({
Expand All @@ -17,10 +17,10 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<meta property="og:title" content="Itsuki Kigoshi: Profile" />
<meta property="og:title" content="Itsuki Kigoshi - Profile" />
<meta
property="og:description"
content={`Itsuki Kigoshi's Profile. I'm not a robot`}
content={`Itsuki Kigoshi's Profile. I'm not a robot.`}
/>
<meta property="og:image" content="/profile.jpg" />
<body className={inter.className}>{children}</body>
Expand Down

0 comments on commit 334841e

Please sign in to comment.