1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Remove AI roadmaps from indexing

This commit is contained in:
Kamran Ahmed
2024-11-11 15:21:37 -08:00
parent d5fae890a6
commit 7b28484679

View File

@@ -25,7 +25,7 @@ if (error || !roadmap) {
const title = roadmap?.title || 'Roadmap AI';
---
<BaseLayout title={title}>
<BaseLayout title={title} noIndex={true}>
<GenerateRoadmap
roadmapId={roadmap?.id}
isAuthenticatedUser={roadmap?.isAuthenticatedUser}