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
Suppose we are embedding multiple markdown files with links using -- $!{readmeContent}.
These readme files which have been taken from github generally contain links in the form of /something instead of https://github.com/something so, the crawler thinks that /something is a route of my website and generates a folder like /something/index.html which is the main issue. There should be a way to control this, like an option in vite.config.js to for example add only the urls that I want to generate or disable the crawler altogether for specific routes.
The text was updated successfully, but these errors were encountered:
RohanVashisht1234
changed the title
Crawling wrong urls and generating
Crawling wrong urls and generating unnesecary folders
Dec 24, 2024
Suppose we are embedding multiple markdown files with links using
-- $!{readmeContent}
.These readme files which have been taken from github generally contain links in the form of
/something
instead ofhttps://github.com/something
so, the crawler thinks that/something
is a route of my website and generates a folder like /something/index.html which is the main issue. There should be a way to control this, like an option in vite.config.js to for example add only the urls that I want to generate or disable the crawler altogether for specific routes.The text was updated successfully, but these errors were encountered: