sPavl0v / react-spa-prenderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index.html build error

satoshi-soya opened this issue · comments

On line 52, route ==='/'?'Index': route;
Will build / into /buildindex.html, and expect /build/index.html.
Do you need to change the above code 'index' to '/index'?

Hi @satoshi-soya, thanks for catching that!
It looks like script creates redundant buildindex.html file in root directory along with index.htnl file in build directory. I will launch the fix in the new version, it should come in next 2-3 days.

Ok thanks, awesome

The fix available in version 1.0.11