<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages that exist without a session.

  Deliberately static and deliberately short. The interesting public URLs - a
  shared collection at /c/<slug>, a city guide - are created by users and cannot
  be listed from a file that ships with the build. Generating them would mean a
  build-time call to the API, which makes every deploy depend on the backend
  being awake; it sleeps, so that trade is a bad one.

  Those pages are still reachable: /discover links to every public collection,
  and a crawler that renders JavaScript will follow them from there. This file
  is the entry point, not the index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://allmarkive.draexon.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://allmarkive.draexon.dev/discover</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://allmarkive.draexon.dev/world</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://allmarkive.draexon.dev/help</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://allmarkive.draexon.dev/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://allmarkive.draexon.dev/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
