bitovi / velocirender

Accelerated server-side rendering.
https://bitovi.github.io/velocirender/
MIT License
128 stars 5 forks source link

Handle redirects #22

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

This makes it so we can handle redirects caused by the page URL having redirects. Now we will correctly use the final URL when loading external assets as well. Closes #19