Skip to content

Commit dacdf45

Browse files
committed
chore: add PDB for sitemaps
1 parent 6faa17b commit dacdf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-dataset-sitemaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const OUTPUT_SITEMAP_DIR = './public/sitemaps/datasets';
2121
const LOC_PATH = `${process.env.BASE_URL}/resources?id=`;
2222

2323
// Sources that should be omitted from the sitemap.
24-
const OMITTED_SOURCES = ['Data Discovery Engine', 'Protein Data Bank'];
24+
const OMITTED_SOURCES = ['Data Discovery Engine'];
2525

2626
// [SCORING CRITERIA] used for fetching top scoring results.
2727
// Note: Scoring criteria are defined in this issue: https://github.com/NIAID-Data-Ecosystem/nde-portal/issues/346#issuecomment-3164920234.

0 commit comments

Comments
 (0)