Skip to content

Commit

Permalink
Chore: add title back (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadehammes authored Dec 21, 2024
1 parent 8ac22c1 commit 1546396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ import { HomePage } from "src/components/HomePage/HomePage.component";

export function generateMetadata(): Metadata {
return {
title: "Wade Hammes - Software Engineer/Entrepreneur",
metadataBase: new URL("https://wadehammes.com/"),
creator: "Wade Hammes",
publisher: "Wade Hammes",
description:
"Wade Hammes is a software engineer for Rhythm Energy, helping build the best customer experience in retail renewable energy, and a co-founder of Provisioner, a full-service creative agency helping to grow brands.",
"Wade Hammes is a senior software engineer for Rhythm Energy, helping build the best customer experience in retail renewable energy, and a co-founder of Provisioner, a full-service creative agency helping to grow brands.",
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Bio/Bio.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Bio = () => (
<div>
<H1>Hi, I'm Wade.</H1>
<HomeBio>
I'm a software engineer for{" "}
I'm a senior software engineer for{" "}
<a href="https://www.gotrhythm.com" target="_blank" rel="noreferrer">
Rhythm Energy
</a>
Expand Down

0 comments on commit 1546396

Please sign in to comment.