Skip to content

Commit

Permalink
fix: some grammer typos and metatdata changes
Browse files Browse the repository at this point in the history
  • Loading branch information
golamrabbiazad committed Nov 1, 2024
1 parent c0427f3 commit 36d8b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Home() {
</p>

<p className="text-md text-gray-600 dark:text-gray-400">
I talk about TypeScript, Next.js, Java, Go, Rust and a AWS Cloud
I talk about TypeScript, Next.js, Java, Go, Rust and an AWS Cloud
Practitioner.
</p>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/config/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Metadata } from "next"

export const metadataConfig: Metadata = {
title: "Golamrabbi Azad - SWE, Freelancer, Youtuber",
title:
"Golamrabbi Azad - DevOps Engineer, Cloud Native Engineer, A businessman",
description:
"I talk about TypeScript, Next.js, React.js, and Cloudflare ecosystems.",
"I talk about TypeScript, Next.js, React.js, and an AWS Cloud Practitioner",
category: "portfolio",
authors: {
name: "Golamrabbi Azad",
Expand Down

1 comment on commit 36d8b21

@vercel
Copy link

@vercel vercel bot commented on 36d8b21 Nov 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.