<?xml version="1.0" encoding="UTF-8"?>
<!-- The site is one page, so this is a short file with a narrow job.

     It is NOT here to help a crawler find anything: there is one URL and
     it is the document root, which every crawler reaches without help.
     It is here because the site answers on two hostnames, quake2vault.app
     and www., and a sitemap is one of the two signals that says which of
     them is the one to index. The other is the <link rel="canonical"> in
     the page, and search engines treat the two together - agreeing is
     the point, so if the canonical in web/src/index.html ever moves,
     this moves with it.

     Deliberately absent: every mount. Thirty-two of them exist, each is
     a real page that renders differently, and since the mount became a
     path segment (/demo, where it used to be ?game=demo) they look even
     more like thirty-two things worth listing. They are not. They are
     one application in thirty-two starting states, they share their
     title and description, and listing them would ask an index to treat
     one page as thirty-two near-duplicates. The canonical in
     web/src/index.html is absolute and points them all back here, which
     is what makes the path form safe to leave out rather than merely
     unlisted.

     Added by web/build.js, not written here: /case-study/, the one
     other document on this origin, once web/case-study/PUBLISH exists.
     It is a paper about the project and not the application in another
     state, so listing it is a second page and not a duplicate; but a
     build that does not serve it must not list it, and the build is
     the only thing that knows which it is doing.

     No <lastmod>. It would have to be maintained by hand or generated
     into a file that is otherwise static, and a lastmod that is wrong is
     worse than one that is missing: it is a claim a crawler acts on. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://quake2vault.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
