ChoukseyKhushbu / Gitzilla

A resume builder for your GitHub profile.
https://gitzilla.netlify.app/
MIT License
63 stars 10 forks source link

Gitzilla Redirecting Github pages to Netlify #30

Closed garvit-joshi closed 3 years ago

garvit-joshi commented 3 years ago

I have a GitHub page as (https://garvit-joshi.github.io/HackerRank/) in my Profile when I click on that link in Gitzilla, it Redirects me to https://gitzilla.netlify.app/users/garvit-joshi.github.io/HackerRank/ which is not valid and throws a 404 error. Screenshot from 2020-08-02 02-35-22

ChoukseyKhushbu commented 3 years ago

Oh, I see. Maybe you have not appended https:// to your URL. That's why this problem is occurring. If you edit the URL in your GitHub profile settings. It will work. Though thanks for pointing out this edge case. I will fix the code to append https in the URLs if it's not present.