<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, by design. The site is ONE page: /bandlab, /tutu … all serve the
  same document and canonicalise to /, so / is the only canonical URL there is.
  A sitemap should list canonical URLs only. The deep-links stay crawlable and
  are all linked from the home case grid.

  Hand-written rather than @astrojs/sitemap: the integration exists to enumerate
  many routes, and we'd be installing it only to filter 7 of 8 back out.

  No <lastmod> — it's optional, and omitting it means this can never go stale.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://solomonov.xyz/</loc>
  </url>
</urlset>
