<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written: Zygos is a single-page site, so this is one URL and stays honest
  with no build step. Deliberately served at /sitemap.xml (NOT the
  @astrojs/sitemap /sitemap-index.xml shape) because the web-app-standards audit
  in personalServerNotes/scripts/static-smoke.mjs fetches /sitemap.xml literally.
  Add entries here when a route is added; see astro.config.mjs for the rationale.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://zygos.dloizides.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
