Skip to content

Commit

Permalink
feat: fix some
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqgant committed Jul 8, 2024
1 parent f8e1c1c commit bff39ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PageTitle from '@/components/page-title'

const title = 'Blog'
const description =
'My personal website and blog where I share my thoughts on various topics including tutorials, notes, and personal experiences. As a full-stack developer from Hong Kong, I started learning web development as a hobby in December 2020. I use Next.js for building websites, GitHub for code hosting, and Vercel for deployment. Explore my site to learn more about my Journey and discover some of the web development resources that have inspired me.'
'My personal website and blog where I share my thoughts on various topics, including tutorials, notes, and personal experiences. Explore my site to learn more about my journey and discover some of what I have learned.'

type PageProps = {
params: Record<string, never>
Expand Down

0 comments on commit bff39ac

Please sign in to comment.