Skip to content

Commit

Permalink
Head for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
a1603169 committed Dec 18, 2023
1 parent 89ffc08 commit 949d55d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/blog/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export default function Post({
<>
<Head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism-themes/1.9.0/prism-coy-without-shadows.min.css" rel="stylesheet" />
<title>{postData.title}</title>
<meta name="description" content={postData.title} />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<article className="flex flex-col items-center justify-center text-xl gap-5 pb-14">
<div className="flex justify-between w-11/12 items-center">
Expand Down

1 comment on commit 949d55d

@vercel
Copy link

@vercel vercel bot commented on 949d55d Dec 18, 2023

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.