#Is there a way to use `navigate` or `useRedirect` and absolute URLs?

1 messages · Page 1 of 1 (latest)

visual niche
#

I don't see anything in the docs about linking to an absolute URL.

autumn tide
#

Navigate is used for internal navigation, to navigate to an absolute url use window.location.href = “new url”