mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-12 20:24:21 +02:00
Fix canonicals on topic pages
This commit is contained in:
@@ -30,7 +30,7 @@ const { file, breadcrumbs, roadmapId, roadmap, heading } = Astro.props as Roadma
|
|||||||
title={`${heading} - roadmap.sh`}
|
title={`${heading} - roadmap.sh`}
|
||||||
description={`Free resources to learn ${heading} in ${roadmap.featuredTitle}. Everything you need to know about ${heading} and how it realtes to ${roadmap.featuredTitle}.`}
|
description={`Free resources to learn ${heading} in ${roadmap.featuredTitle}. Everything you need to know about ${heading} and how it realtes to ${roadmap.featuredTitle}.`}
|
||||||
noIndex={true}
|
noIndex={true}
|
||||||
permalink={`/${topicId}`}
|
permalink={`/${roadmapId}/${topicId}`}
|
||||||
>
|
>
|
||||||
<RoadmapBanner roadmapId={roadmapId} roadmap={roadmap} />
|
<RoadmapBanner roadmapId={roadmapId} roadmap={roadmap} />
|
||||||
<div class='bg-gray-50'>
|
<div class='bg-gray-50'>
|
||||||
|
Reference in New Issue
Block a user