You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Prevent crawling empty urls from <img src=""> (#8883)
The empty src was crawled as a relative url.
On `/page/about` this would route to `/page/` which could 404
---------
Co-authored-by: Simon H <[email protected]>
0 commit comments