1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 19:20:12 +02:00

Remove PDFs page from sitemap

This commit is contained in:
Kamran Ahmed
2022-09-08 20:32:20 +04:00
parent efc9b6d650
commit 4142c2afc0
2 changed files with 2 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ function generateNode(nodeProps) {
frequency = 'monthly',
} = nodeProps;
if (slug.includes('upcoming')) {
if (slug.includes('upcoming') || slug.includes('pdfs')) {
return null;
}