stereobooster / react-snap

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

「reactSnap.minifyHtml 」cause error #492

Open gentlelius opened 3 years ago

gentlelius commented 3 years ago

Bug Report

add 「reactSnap.minifyHtml 」 has error, the background-image path is wrong

<i style="background-image:url(/xxx.com/x.png)"></i>

delete 「reactSnap.minifyHtml 」 has no error

<i style="background-image:url(//xxx.com/x.png)"></i>