0

Im using React JS, trying to deploy an app on git hub pages. but Im having a routing problem. App just doesnt load well. I have to click "Inicio" to start using the app

https://nam3216.github.io/serigrafia/

I read that in react´s older version, this issue could be solved adding this to Router on App.js

<Router basename={process.env.PUBLIC_URL}>
  {/* routes */}
</Router>

But it doesnt seem to work now. Any ideas how could I solve this problem?

Nam
  • 11
  • Yes, just found it! thanx!. By the way, now I have another problem, images on index page wont work...I guess its something related to image new routing... – Nam Jul 13 '22 at 22:20
  • You may want to post a new question on SO regarding the specific issue with the images. – Drew Reese Jul 13 '22 at 23:21

0 Answers0