Skip to content

Commit

Permalink
Merge pull request #155 from krowter/feat/post-og-image
Browse files Browse the repository at this point in the history
chore: og image for post
  • Loading branch information
elianiva authored Dec 20, 2023
2 parents 06c6db0 + 71253c0 commit dafe5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/posts/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default function Post({ cover = "/image/sample.jpg", ...props }: PostProp
description: props.desc,
url: process.env.NEXT_PUBLIC_SERVER_URL,
site_name: siteData.siteName,
images: [{ url: cover }],
}}
/>
<style jsx>{`
Expand Down

0 comments on commit dafe5be

Please sign in to comment.