Replies: 3 comments 3 replies
-
@Sogeman Is there a reason you are using a "#" for your destination paths instead of just using a '/' ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
is there any update here? im facing the same problem, having some redirect "redirect('/event/1#elem-12')" which seems to get ignored and i only get redireted to /event/1... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here.. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is it not possible to redirect to a page with an anchor or rewrite a url to include an anchor (not even sure if the rewrite would trigger the scroll).
I tried redirecting like:
or rewrite it like
async rewrites() {
return [
but neither seems to work.
The rewrite doesn't seem to work at all and the redirect ends in some redirect error.
Should that work and am I doing it wrong? Or is it only possible by defining my own array of redirects and checking on page load and manually jumping to the anchor.
thanks
Beta Was this translation helpful? Give feedback.
All reactions