Skip to content

Commit

Permalink
Merge pull request #8 from fiqryq/dev
Browse files Browse the repository at this point in the history
[update] header
  • Loading branch information
Fiqry choerudin authored Dec 23, 2021
2 parents 5d74473 + 97cd795 commit 73a9068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/PostLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ interface Props {

export default function PostLayout({ frontMatter, authorDetails, children }: Props) {
const { slug, fileName, date, title, header } = frontMatter

console.log(header)
return (
<SectionContainer>
<BlogSEO
url={`${siteMetadata.siteUrl}/blog/${slug}`}
authorDetails={authorDetails}
header={header}
images={[header]}
{...frontMatter}
/>
<article>
Expand Down

1 comment on commit 73a9068

@vercel
Copy link

@vercel vercel bot commented on 73a9068 Dec 23, 2021

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.