From c4687bc833eb9e3c0511508f19e37334f4a1738e Mon Sep 17 00:00:00 2001 From: Michael Baudis Date: Wed, 30 Oct 2024 10:46:40 +0900 Subject: [PATCH] Update index.js --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index bc4d5dd6..426f6726 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -102,7 +102,7 @@ export default function Index({ export const getStaticProps = async () => { const subsetsReply = await tryFetch( - `${SITE_DEFAULTS.PREFETCH_PATH}services/collations/?datasetIds=${SITE_DEFAULTS.DATASETID}&method=counts&collationTypes=cellosaurus,NCIT,icdom,pubmed,icdot` + `${SITE_DEFAULTS.PREFETCH_PATH}services/collations/?datasetIds=${SITE_DEFAULTS.DATASETID}&collationTypes=cellosaurus,NCIT&deliveryKeys=count,id,label` ) const cellosaurusCountReply = await tryFetch( `${SITE_DEFAULTS.PREFETCH_PATH}services/collations/?datasetIds=${SITE_DEFAULTS.DATASETID}&method=codematches&collationTypes=cellosaurus`