stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

Redirect to url with window.location.href #433

Open Rashe opened 4 years ago

Rashe commented 4 years ago

Hi, What is a right way to redirect with window.location.href? For now I get build error, seems like react-snap tries to download page of the link I pass to window.location.href.

Thx