1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Add PDFs listing page

This commit is contained in:
Kamran Ahmed
2023-01-04 21:32:30 +04:00
parent 292d15ff19
commit bd9e2876e3
3 changed files with 33 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ export function shouldIndexPage(page) {
'https://roadmap.sh/404/',
'https://roadmap.sh/terms/',
'https://roadmap.sh/privacy/',
'https://roadmap.sh/pdfs/',
].includes(page);
}