Skip to content

Commit

Permalink
Set page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWhisker committed Jul 20, 2024
1 parent db939f9 commit c4e26a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
return (
<html lang="en">
<Head>
<title>{customMetadata.title}</title>
<meta name="description" content={customMetadata.description} />
<meta name="keywords" content={customMetadata.keywords} />
<meta name="author" content={customMetadata.author} />
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Home = () => {
return (
<>
<Head>
<title>Elden Ring Message Creator</title>
<title>Elden Ring Message Creator - Easily Compose Custom Messages</title>
<meta name="google-site-verification" content="LaNn_j2AC0c6w99SOPU92YGo2TBb2lYwkVyz75b7tf4" />
</Head>
<main className="flex flex-col min-h-screen items-center p-4 lg:p-8 xl:p-12">
Expand Down

0 comments on commit c4e26a7

Please sign in to comment.