mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-13 12:43:59 +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 />
|
||||
<div>
|
||||
<div class='flex min-h-[550px] flex-col'>
|
||||
|
Reference in New Issue
Block a user