<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. robots.txt points here, and it points at two children:

    sitemap-pages.xml  — this repo's static pages, shipped with the build
    sitemap-notes.xml  — proxied to the Sawa API (see vercel.json), which
                         lists every published note with its own lastmod

  Split because the two halves change on different clocks. A new page means
  a deploy; a new note does not — it is published from /admin/notes, and a
  file in this repo could not know about it.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://sawa.ng/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sawa.ng/sitemap-notes.xml</loc>
  </sitemap>
</sitemapindex>
