mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Fix canonical tag issue
This commit is contained in:
@@ -16,7 +16,11 @@ const { response, error } = await roadmapClient.isShowcaseRoadmap(
|
|||||||
);
|
);
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout title='Roadmaps' noIndex={!response?.isShowcase}>
|
<BaseLayout
|
||||||
|
title='Roadmaps'
|
||||||
|
noIndex={!response?.isShowcase}
|
||||||
|
permalink={`/r/${customRoadmapSlug}`}
|
||||||
|
>
|
||||||
<ProgressHelpPopup />
|
<ProgressHelpPopup />
|
||||||
<div>
|
<div>
|
||||||
<div class='flex min-h-[550px] flex-col'>
|
<div class='flex min-h-[550px] flex-col'>
|
||||||
|
Reference in New Issue
Block a user