We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faa17b commit dacdf45Copy full SHA for dacdf45
scripts/generate-dataset-sitemaps.ts
@@ -21,7 +21,7 @@ const OUTPUT_SITEMAP_DIR = './public/sitemaps/datasets';
21
const LOC_PATH = `${process.env.BASE_URL}/resources?id=`;
22
23
// Sources that should be omitted from the sitemap.
24
-const OMITTED_SOURCES = ['Data Discovery Engine', 'Protein Data Bank'];
+const OMITTED_SOURCES = ['Data Discovery Engine'];
25
26
// [SCORING CRITERIA] used for fetching top scoring results.
27
// Note: Scoring criteria are defined in this issue: https://github.com/NIAID-Data-Ecosystem/nde-portal/issues/346#issuecomment-3164920234.
0 commit comments