stereobooster / react-snap

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

How to change URL it hits? #454

Closed Daniel15 closed 4 years ago

Daniel15 commented 4 years ago

How do I change the URL that react-snap hits? I'm using create-react-app along with a backend service that is built with C# and ASP.NET. Is it possible to make it hit the C# backend instead of an Express server? It doesn't seem to be mentioned in the readme.

Daniel15 commented 4 years ago

I ended up totally changing my approach (to only use the backend server for the API, not for the static HTML) and don't need this any more.