diff --git a/apps/api/src/controllers/v1/types.ts b/apps/api/src/controllers/v1/types.ts index 4393cd29..85bd625f 100644 --- a/apps/api/src/controllers/v1/types.ts +++ b/apps/api/src/controllers/v1/types.ts @@ -302,7 +302,7 @@ export function legacyCrawlerOptions(x: CrawlerOptions) { includes: x.includePaths, excludes: x.excludePaths, maxCrawledLinks: x.limit, - maxCrawledDepth: x.maxDepth, + maxDepth: x.maxDepth, limit: x.limit, generateImgAltText: false, allowBackwardCrawling: x.allowBackwardLinks,