<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX, not a urlset.

  Koiomi's public URLs come from two places with very different lifecycles:

    sitemap-static.xml  — the handful of marketing and legal routes. Changes
                          only when someone adds a page, so it is committed.
    /api/sitemap.xml    — every storefront and branded tenant Site. These are
                          created continuously by users, so a file baked at
                          build time is stale the moment an organization signs
                          up. Served by the API and proxied same-origin by the
                          web server, so it lives on this host as a sitemap
                          requires.

  A sitemap may only list URLs on its own host, which is why the dynamic half
  is reached at koiomi.com/api/... rather than on the API's own domain.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://koiomi.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://koiomi.com/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
