We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774efca commit 0a2527cCopy full SHA for 0a2527c
apps/sim/app/(landing)/blog/[slug]/page.tsx
@@ -40,7 +40,7 @@ export default async function Page({ params }: { params: Promise<{ slug: string
40
const category = getPrimaryCategory(post.tags)
41
const categoryColor = category.color
42
const displayAuthors = post.authors && post.authors.length > 0 ? post.authors : [post.author]
43
- const shareUrl = `${getBaseUrl()}/studio/${slug}`
+ const shareUrl = `${getBaseUrl()}/blog/${slug}`
44
45
return (
46
<article className='w-full' itemScope itemType='https://schema.org/BlogPosting'>
0 commit comments