Skip to content

Commit

Permalink
fix: change default input url
Browse files Browse the repository at this point in the history
change default url so default run time < 5 min
  • Loading branch information
MQ37 authored Jan 20, 2025
1 parent 4f2275f commit dff5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .actor/input_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "string",
"description": "The URL from which the crawler will start to generate the llms.txt file.",
"editor": "textfield",
"prefill": "https://docs.apify.com/"
"prefill": "https://docs.apify.com/cli/docs"
},
"maxCrawlDepth": {
"title": "Max crawl depth",
Expand Down

0 comments on commit dff5b5f

Please sign in to comment.