Start: crawlLinks
support for server-side redirects
#2646
ondrejvelisek
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
no idea if effort worth it (Probably would need some cooperation with Vinxi), but from a developer perspective I would love
crawlLinks
option to respect my server-side redirects.My config:
My root component has some links rendered like
"/2024"
,"/2025"
and"/support"
. My 2024 component looks like:And
"/2024/sector"
component has some more links.Currently TanStart stops with prerendering of
/2024/
. I would like it to be smarter. To resolves the redrect to/2024/sector
and continue with prerendering and crawling links.WDYT?
Beta Was this translation helpful? Give feedback.
All reactions