Skip to content

Commit

Permalink
chore: adjust social title
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Jan 20, 2025
1 parent 5ddd19f commit a006765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/post/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const generateMetadata = async (props: {
const params = await props.params
const post = getPostBySlug(params.slug)

const title = `Nat? Nat. Nat! | #${post.id} ${post.title}`
const title = `#${post.id} ${post.title}`

return {
metadataBase: new URL(process.env.DOMAIN ?? ""),
Expand Down

0 comments on commit a006765

Please sign in to comment.