ive been trying to get my github for this website to show up with the domain name that I purchased. Every time I click the link, it shows me that the site cant be seen
tried all three of those things and its still not showing. Thank you for the link. Maybe my directory is wrong or the build command is wrong…im still confued
yes, i think double checking those settings is a good first move.
you would also want to check and see if your deploy went off without a hitch. if for some reason your project didn’t actually build and deploy, then you might see that page as well!
This Common Issue contains a ton of useful debugging tips that can likely help you solve your problem
If you are still having problems, please do link us to a failed deploy (or paste the entire log here) and we’ll try and troubleshoot.
so what I am noticing here is that there isn’t actually any buildable or publishable content in the root of that directory (just some .md files). You need to be telling our system (by changing the base directory) to go into the “crownyr” subdirectory and build from there, as thats where your package.json and all that live.
hope this helps - try tweaking those settings and i bet things will start behaving better.