Configuring Netlify DNS settings to connect Google DNS

I’m having difficulties configuring my Google DNS settings with my Netlify website. I originally added my website code to GitHub and synced it with Netlify. From there, I confirmed with Google support that my CNAME record and customer server names supplied by Netlify looked good. The website is pingable. I don’t think I have the correct DNS settings on Netlify and need assistance. It’s been over 48 hours since the build completed.

Page Not Found
Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.

Back to our site


If this is your site, and you weren’t expecting a 404 for this path, please visit Netlify’s [“page not found” support guide]

  • Build:

1:56:04 PM: Build ready to start
1:56:08 PM: build-image version: 596993885fcc8df0dd6d507c57c5c9cb7c3a8576 (focal)
1:56:08 PM: buildbot version: dfc6fca63975e788386eb676afe6df54bd37736f
1:56:08 PM: Fetching cached dependencies
1:56:08 PM: Failed to fetch cache, continuing with build
1:56:08 PM: Starting to prepare the repo for build
1:56:08 PM: No cached dependencies found. Cloning fresh repo
1:56:08 PM: git clone --filter=blob:none GitHub - BROB25/picselate: Real Estate Photography website I programmed and designed.
1:56:08 PM: Preparing Git Reference refs/heads/main
1:56:09 PM: Parsing package.json dependencies
1:56:10 PM: Starting to install dependencies
1:56:10 PM: Python version set to 3.8
1:56:10 PM: Attempting Ruby version 2.7.2, read from environment
1:56:10 PM: Using Ruby version 2.7.2
1:56:11 PM: Started restoring cached go cache
1:56:11 PM: Finished restoring cached go cache
1:56:11 PM: Installing Go version 1.19.5 (requested 1.19.5)
1:56:15 PM: go version go1.19.5 linux/amd64
1:56:16 PM: Using PHP version 8.0
1:56:17 PM: v16.20.0 is already installed.
1:56:17 PM: Now using node v16.20.0 (npm v8.19.4)
1:56:17 PM: Enabling Node.js Corepack
1:56:17 PM: Started restoring cached build plugins
1:56:17 PM: Finished restoring cached build plugins
1:56:17 PM: Install dependencies script success
1:56:17 PM: No build steps found, continuing to publishing
1:56:17 PM: Starting to deploy site from ‘/’
1:56:17 PM: Calculating files to upload
1:56:17 PM: 3 new files to upload
1:56:17 PM: Starting post processing
1:56:17 PM: 0 new functions to upload
1:56:17 PM: Section completed: deploying
1:56:17 PM: Section completed: building
1:56:17 PM: Post processing - HTML
1:56:17 PM: Uploading Cache of size 14.7KB
1:56:17 PM: Section completed: cleanup
1:56:17 PM: Finished processing build request in 9.449s
1:56:18 PM: Post processing - header rules
1:56:18 PM: Post processing - redirect rules
1:56:18 PM: Post processing done
1:56:18 PM: Section completed: postprocessing
1:56:18 PM: Site is live :sparkles:

This issue is nothing to do with DNS @BROB25.

Simply put, there are three files in the repository. The HTML page is not called index.html so it is only available at https://picselate.net/picselate.html.

To fix this, rename picselate.html to index.html as outlined in