Merge pull request #607 from mendableai/fix/v1-maxDepth
fix(v1): maxDepth
This commit is contained in:
@@ -302,7 +302,7 @@ export function legacyCrawlerOptions(x: CrawlerOptions) {
|
|||||||
includes: x.includePaths,
|
includes: x.includePaths,
|
||||||
excludes: x.excludePaths,
|
excludes: x.excludePaths,
|
||||||
maxCrawledLinks: x.limit,
|
maxCrawledLinks: x.limit,
|
||||||
maxCrawledDepth: x.maxDepth,
|
maxDepth: x.maxDepth,
|
||||||
limit: x.limit,
|
limit: x.limit,
|
||||||
generateImgAltText: false,
|
generateImgAltText: false,
|
||||||
allowBackwardCrawling: x.allowBackwardLinks,
|
allowBackwardCrawling: x.allowBackwardLinks,
|
||||||
|
|||||||
Reference in New Issue
Block a user