sPavl0v / react-spa-prenderer

MIT License
34 stars 17 forks source link

Multiple entries problem with index.html routes #4

Closed shapeshifta78 closed 2 years ago

shapeshifta78 commented 2 years ago

Hi there, we have multiple entries in our react application. Our routes look like this:

`"/mobile/index.html", "/desktop/index.html",

Whenever I process them with react-spa-prenderer then I get files like "/mobile/index.html.html", "/desktop/index.html.html",

Seems like you are always adding the ending even though it is there,

sPavl0v commented 2 years ago

Hi @shapeshifta78, thanks for reporting this issue. It will be fixed in upcoming release(in about 1-2 days)

sPavl0v commented 2 years ago

Hi @shapeshifta78, the fixes are available in version 1.0.12

shapeshifta78 commented 2 years ago

Thanks a lot for fixing it!