0

So I have this problem when I try to deploy to gh-pages after everything the page ends up being white but if I go to localhost:3000 everything is working just fine this is the GitHub pages link

https://greatkali419.github.io/coding_challenge/

Then this is my repo link https://github.com/greatkali419/coding_challenge

I tried deleting the repo and upload again but it's not working

tymtam
  • 31,798
  • 8
  • 86
  • 126
Yootech
  • 1
  • 1

1 Answers1

-1

Your code and configuration are absolutely fine, but you didn't remove the /build directory from the .gitignore file. That's why your live gh-pages didn't read the build file.

khuram00
  • 19
  • 4