#Astro Redirect

2 messages · Page 1 of 1 (latest)

unique crow
#

I want to use astro redirect inside a react component but i know that the astro global can only be used inside .astro files. Is there any other way to implement this?

steep shuttle
#

You can use ‘ window.location.href = “/“ ’ to redirect client side