mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-29 21:19:55 -05:00
Remove wait_for='body' selector from documentation site crawling config. The body element exists immediately in HTML, causing unnecessary timeouts for JavaScript-rendered content. Now relies on domcontentloaded event and delay_before_return_html for proper JavaScript execution.