mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-13 20:54:16 +02:00
Fix canonicals on best-practices topic page
This commit is contained in:
@@ -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'>
|
||||
|
Reference in New Issue
Block a user