site name: https://dickjones.netlify.app/
I’m fairly new to this and may be missing something obvious, but I’ve succesfully pushed and ultimately deployed my basic gatsby site build several times now and when attempting to view via the dickjones.netlify.app url always receive a “page not found” error
Strangely, previewing the build by using the preview link above the build log renders the site fine:
https://5ea599fdb80e0f000857ff43--dickjones.netlify.app/
The builds are definitely working, I have tested locally where I can clearly see an index.html is being built in root, the build preview link above works, and netlify is even rendering a thumbnail of my index.html in my dashboard.
Any leads on this one? Would much appreciate any support.
E: accessing via dickjones.netlify.app/index.html or https://master--dickjones.netlify.app/ works correctly, but dickjones.netlify.app still produces the error.
I’ve tried including a _redirects file with /* /index.html 200
but this doesn’t appear to achieve anything.