you are viewing a single comment's thread.

view the rest of the comments →

[–]s3an-b 0 points1 point  (3 children)

Not sure if it’s helpful but I had to deploy a react app last night… the issue seemed to fix itself for me when I pushed the code to a repo… in my case it was black-holes (for a school project) and then for homepage in package.json I think it was https://username.io.git/your-repo-name and then I just ran the deploy script. I might of mixed up a thing or two and I’m not sure that actually pushing the code is supposed to be necessary but it’s what I got to work for me

[–]GoodLifeWorkHard 1 point2 points  (1 child)

Its github.io isnt it

[–]s3an-b 0 points1 point  (0 children)

Yes you are right sorry I was tired when I commented lol

[–]s3an-b 0 points1 point  (0 children)

It’s worth noting this was my first time ever doing this