<?xml version="1.0" encoding="UTF-8"?>
<!--
  Gloaming is one page, so this is one entry. It is written out rather than
  skipped because a sitemap is also how the canonical origin gets declared to a
  crawler, and because "there is only one URL" is itself the useful signal: it
  tells a crawler not to go looking for the /golden-hour-london pages that a site
  like this would normally have.

  THE ORIGIN APPEARS ONCE IN THIS FILE — the <loc> below. It also appears in
  robots.txt, and in the ORIGIN constant in vite.config.ts that the build reads
  for the canonical link and the social-card tags. All three name the Pages host,
  because gloaming.app is not available — it has belonged to a digital-systems
  company in Itapema, Santa Catarina since 2022. <loc> must be an absolute URL,
  and it must match the canonical link the build emits, trailing slash included,
  or the two disagree about which address is the real one.

  <lastmod> is the only value here that goes stale. It is the date the page's
  content last changed, not the date of the last deploy, and Google ignores it
  outright once it catches it being wrong — so leave it alone on a release that
  only changes the build, and move it on one that changes what the page says.
  changefreq and priority are deliberately absent: no major crawler has used
  either for years, and with a single URL a priority is meaningless anyway.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://gloaming-7ne.pages.dev/</loc>
    <lastmod>2026-08-06</lastmod>
  </url>
</urlset>
