<?xml version="1.0" encoding="UTF-8"?>
<!--
  The published site, in full: three routes, every one of them a static artifact that answers 200.

  Nothing planned, nothing aspirational and nothing that redirects is listed here — a sitemap is a
  claim that these URLs exist, and a listing that outruns the build is the same lie as a nav link
  to a page nobody wrote. The /sample/*.html files are the run's deliverable rather than site
  pages, so they are reachable and linked but not listed; see decisions.md.

  Convention: if a route is ever added to or removed from vite.config.ts's ENTRIES, this file
  changes in the same diff. It has no generator, so nothing else will notice.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://report-engine.pages.dev/</loc>
  </url>
  <url>
    <loc>https://report-engine.pages.dev/privacy</loc>
  </url>
  <url>
    <loc>https://report-engine.pages.dev/terms</loc>
  </url>
</urlset>
