Help for deploying react app to github

I just tried to deploy my to GitHub. but that attempt was failure
https://github.com/Eldhosevj/productions this is the link of github repository
and this is the link of react app websit https://eldhosevj.github.io/productions/.
can anybody help me

You have this for the homepage property in the package.json

"homepage":"https//potfolio.github.io/productions"

  1. You are missing a colon in the protocol (https://)

  2. Should it also not be this address?

https://eldhosevj.github.io/productions

Edit: Side note, I would also check out netlify it is pretty nice.

1 Like

Thanks . your are amazing. especially your eyes. it is working now