From f68c303ffaed63fab41c1b56d91c9569100c99b7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 31 Jan 2023 01:19:54 +0400 Subject: [PATCH] Fix canonicals on best-practices topic page --- src/pages/best-practices/[bestPracticeId]/[...topicId].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`} >