<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical sitemap entrypoint at the conventional /sitemap.xml.
  @astrojs/sitemap shards the actual page list into /sitemap-0.xml
  (and writes its own /sitemap-index.xml); we publish this static
  <sitemapindex> at the well-known path because that is what
  crawlers, security scanners and Merula's own sitemap check
  (CK·20) fetch first. New pages flow into /sitemap-0.xml
  automatically — this stub never needs editing unless the plugin
  starts emitting additional shards.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://merula.io/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
