diff --git a/.github/workflows/IndexNow.yml b/.github/workflows/IndexNow.yml index af32d66..c008469 100644 --- a/.github/workflows/IndexNow.yml +++ b/.github/workflows/IndexNow.yml @@ -11,7 +11,5 @@ jobs: - name: indexnow-action uses: bojieyang/indexnow-action@v2 with: - sitemap-location: 'https://scottnath.com/sitemap-index.xml' - since: 1 - since-unit: "year" + sitemap-location: 'https://scottnath.com/sitemap.xml' key: ${{ secrets.INDEXNOW_KEY }} \ No newline at end of file diff --git a/workspaces/website/src/components/BaseHead.astro b/workspaces/website/src/components/BaseHead.astro index f633018..6412490 100644 --- a/workspaces/website/src/components/BaseHead.astro +++ b/workspaces/website/src/components/BaseHead.astro @@ -20,7 +20,7 @@ const { title, description, image = PROFILE_PIC } = Astro.props; - + diff --git a/workspaces/website/src/pages/404.astro b/workspaces/website/src/pages/404.astro index 158ff59..1f54398 100644 --- a/workspaces/website/src/pages/404.astro +++ b/workspaces/website/src/pages/404.astro @@ -18,7 +18,7 @@ const posts = (await getCollection('blahg')).sort(
  • Home page of scottnath.com
  • The Scott Nath About page
  • Resume for Scott Nath, {SITE_SUBTITLE}
  • -
  • Sitemap: scottnath.com/sitemap-index.xml
  • +
  • Sitemap: scottnath.com/sitemap.xml
  • {BLAHG.title}