stephenou / fruitionsite

Build your website with Notion for free
https://fruitionsite.com
MIT License
1.6k stars 223 forks source link

Github pages error #87

Open BrandenBedoya opened 3 years ago

BrandenBedoya commented 3 years ago

Hey!

Thanks for this awesome resource. Was super easy to follow along.

Ran into a small issue - not sure if it'll get resolved in the next 24 hours or not (may take time for everything to refresh), but I figured I'd ask just in case. I had my domain name "brandenbedoya.com" previously linked to my GitHub domain of brandenbedoya.github.io Now that I followed your fruition steps, it takes me back to the Github Pages error. I made sure to go on my old GitHub website and change the Cname and anything else that was making use of the URL brandenbedoya.com. I also went on NameCheap to make sure it wasn't linked there, I only have the Cloudflare nameservers on there

The URL it's redirecting me to right now is: https://brandenbedoya.com/3205056b3ce9427ebb06889fcb9a5a19 Which is essentially the domain name, and it adds in the Notion page number at the end. So it gives an error: 404 There isn't a Github Pages site here... ################################################################## In short:

This is my Notion webpage link: https://www.notion.so/brandenbedoya/Branden-Bedoya-s-Portfolio-Website-3205056b3ce9427ebb06889fcb9a5a19 This is the URL I want to redirect it to https://brandenbedoya.com The error: This is where it's trying to redirect to (which it shouldn't be): HTTP://brandenbedoya.github.io This is where it ends up going to (a page that doesn't exist): https://brandenbedoya.com/3205056b3ce9427ebb06889fcb9a5a19

Anyway, I copied and pasted the code as the tutorial showed. I'm going to attach it here so you can take a look

Thank you in advance!! ###################################################################

/ CONFIGURATION STARTS HERE /

/ Step 1: enter your domain name like fruitionsite.com / const MY_DOMAIN = 'brandenbedoya.com';

/*

AmirNaghibi commented 3 years ago

@BrandenBedoya probably under your DNS setting in namecheap there is still a link to GitHub?

https://brandenbedoya.com/ still showing GitHub pages not found

Screen Shot 2021-08-31 at 10 24 16 PM