<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because there is one page. Verified before writing this: no router
  dependency, no <Route> in src/, no internal link to a sub-path, and the PWA
  manifest declares start_url "/". Anything else a crawler tries now 404s
  instead of being handed the homepage.

  No <lastmod>: a hand-written date here goes stale the first time the page
  changes and nobody remembers this file, and Google ignores a lastmod it
  cannot trust.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://catanna.today/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
