Fix canonicals on best-practices topic page

pull/3376/head^2
Kamran Ahmed 2 years ago
parent b2c79ff395
commit f68c303ffa
  1. 2
      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}`}
>
<div class='bg-gray-50'>
<div class='container py-16 prose prose-p:mt-0 prose-h1:mb-4 prose-h2:mb-3 prose-h2:mt-0'>

Loading…
Cancel
Save