<?xml version="1.0" encoding="UTF-8"?>
<!--
  This app uses hash-based routing (#/search, #/story/cs-001, ...), so at
  the HTTP level there is exactly one real, distinct, crawlable URL: the
  root. Everything after the # is resolved entirely client-side and is
  never a separate request the server (or a crawler) can fetch on its own
  — that's *why* this sitemap only lists one <url>, not a mistake or an
  incomplete list. See DEPLOYMENT.md / the SEO explanation for what would
  be required to make individual story pages independently indexable.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ashena.site/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
