I purchased a custom domain name, I want now to modify my Github pages website which was accessible with : https://jeromevdev.github.io/santaclaus_nft/ to be accessible with https://santaclaus-nft.com.
What I did :
- Added a file
CNAMEto my repository which containssantaclaus-nft.com - Added a redirection on my hosting provider to redirect
https://santaclaus-nft.comtohttps://jeromevdev.github.io/santaclaus_nft/ - In my project settings under pages I added
custom domainand I setted it to :
and here is the problem happening.
What am I missing ?