<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the public pages are listed. Every other route in this SPA is behind authentication and is
  disallowed in robots.txt, so there is nothing else a crawler could usefully fetch. Both entries
  here are prerendered to static HTML at build time (see scripts/prerender.mjs) — listing a route
  that only rendered client-side would point crawlers at an empty shell.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.askance.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.askance.app/developers</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
