mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 15:43:49 +02:00
Remove AI roadmaps from indexing
This commit is contained in:
@@ -25,7 +25,7 @@ if (error || !roadmap) {
|
|||||||
const title = roadmap?.title || 'Roadmap AI';
|
const title = roadmap?.title || 'Roadmap AI';
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout title={title}>
|
<BaseLayout title={title} noIndex={true}>
|
||||||
<GenerateRoadmap
|
<GenerateRoadmap
|
||||||
roadmapId={roadmap?.id}
|
roadmapId={roadmap?.id}
|
||||||
isAuthenticatedUser={roadmap?.isAuthenticatedUser}
|
isAuthenticatedUser={roadmap?.isAuthenticatedUser}
|
||||||
|
Reference in New Issue
Block a user