Skip to content

Commit

Permalink
Update ts-start-bun template prefill url property (#282)
Browse files Browse the repository at this point in the history
Template will use same prefill demo url as other templates - crawlee.dev
without www subdomain as the www variant is failing on 404
  • Loading branch information
MFori authored Aug 13, 2024
1 parent 18a2214 commit 315b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ts-start-bun/.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 of website you want to get the data from.",
"editor": "textfield",
"prefill": "https://www.crawlee.dev"
"prefill": "https://crawlee.dev"
}
},
"required": ["url"]
Expand Down

0 comments on commit 315b962

Please sign in to comment.