Skip to content

Commit

Permalink
fix(meta): update title and description (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye authored Feb 16, 2024
1 parent 711709f commit bede0b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import Footer from "@dotcom/components/shared/footer";

export const metadata: Metadata = {
metadataBase: new URL('https://victorfrye.com'),
title: "Victor Frye",
description: "Hello from Grand Rapids! I'm Victor Frye, your friendly neighborhood technologist.",
keywords: ["victor frye", "grand rapids", "technologist", "software engineer", "web developer", "full stack", "next.js", "react", "typescript", "javascript", "css", "html", ".net", "c#", "azure", "devops", "github"],
title: "Victor Frye | Your friendly neighborhood developer",
description: "Hello from Grand Rapids! I'm Victor Frye, your friendly neighborhood developer, and this is my personal landing page.",
keywords: ["victor frye", "grand rapids", "developer", "software engineer", "web", "cloud", "ai", "full stack", "next", "react", "typescript", "javascript", "css", "html", ".net", "c#", "azure", "devops", "github"],
icons: ["images/profile.png"],
authors: {
name: "Victor Frye",
Expand All @@ -22,7 +22,7 @@ export const metadata: Metadata = {
type: "website",
url: "/",
title: "Victor Frye",
description: "Your friendly neighborhood technologist",
description: "The personal landing page and portfolio of your friendly neighborhood developer, Victor Frye.",
siteName: "VictorFrye.COM",
}
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Header() {

<div className="d-flex flex-column p-3 gap-1">
<h1 className="text-primary"><strong>&#91;Victor Frye&#93;</strong></h1>
<span><em>Your friendly neighborhood technologist</em></span>
<em>Your friendly neighborhood developer</em>
</div>
</header>
)
Expand Down

0 comments on commit bede0b6

Please sign in to comment.