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 48864a1 commit 417aa7dCopy full SHA for 417aa7d
pages/[entityListType]/[...params].tsx
@@ -182,7 +182,7 @@ export const getStaticPaths: GetStaticPaths<PageUrl> = async () => {
182
const azulCatalogResponse = await fetchCatalog();
183
const catalogs = getCatalogs(azulCatalogResponse, defaultCatalog);
184
// Define the list params.
185
- const listParams = { size: "100" };
+ const listParams = { size: "75" };
186
// Fetch entities for each catalog and process the paths.
187
for (const catalog of catalogs) {
188
const entitiesResponse = await getEntities(
0 commit comments