<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is not an oversight.

  The whole game is a single page: Phaser draws into one canvas and every
  screen — menu, character select, the run, the ranking — is a scene swap, not
  a route. The only hash the site ever puts in the address bar is the auth
  token Supabase hands back, which is cleared on read and must never be
  crawled. So there is exactly one address worth telling Google about.

  Kept by hand rather than generated: a generator for one line would be more
  moving parts than the thing it makes. tests/seo.test.ts checks it stays
  valid and stays pointed at the right host.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dodgethemirror.com/</loc>
    <lastmod>2026-08-01</lastmod>
  </url>
</urlset>
