diff --git a/src/pages/best-practices/[bestPracticeId]/[...topicId].astro b/src/pages/best-practices/[bestPracticeId]/[...topicId].astro index 30534a314..01c09c244 100644 --- a/src/pages/best-practices/[bestPracticeId]/[...topicId].astro +++ b/src/pages/best-practices/[bestPracticeId]/[...topicId].astro @@ -28,7 +28,7 @@ const { file, bestPracticeId, bestPractice, heading } = Astro.props as BestPract title={`${heading} - roadmap.sh`} description={`Free resources to learn ${heading} in ${bestPractice.featuredTitle}. Everything you need to know about ${heading} and how it realtes to ${bestPractice.featuredTitle}.`} noIndex={true} - permalink={`/${topicId}`} + permalink={`/best-practices/${bestPracticeId}/${topicId}`} >