feat: add more pages to the sitemap

This commit is contained in:
swve 2024-09-27 18:36:21 +02:00
parent 96af67f9aa
commit 0893e6f9d3
2 changed files with 14 additions and 3 deletions

View file

@ -46,8 +46,8 @@ export async function getCollectionById(
export async function getOrgCollections(
org_id: string,
access_token: string,
next: any
access_token?: string,
next?: any
) {
const result: any = await fetch(
`${getAPIUrl()}collections/org/${org_id}/page/1/limit/10`,