<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages. /success is left out on purpose: it is per-checkout and noindex.

  The host is written out in full because the protocol requires it, which makes this one of the
  eight files that move together when the host changes. It was five when the move was
  hypothetical; counting them on the day it happened found three more. In full: the canonical,
  og:url and og:image tags in each of index/releases/privacy (index also carries ten copies
  inside its JSON-LD block, which is the one easy to miss), robots.txt, this file,
  `APPCAST_URL` in project.yml, `Support.SiteURL` in Swift, and licence/public/index.html.

  `APPCAST_URL` is the one with no undo: it compiles into every build as `SUFeedURL`, so
  installs poll wherever they were built to point, forever. The old host therefore stays
  attached to this same Vercel project rather than being replaced — both names serve this
  directory, so builds that shipped pointing at the vercel.app host keep updating.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dioramas.app/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dioramas.app/releases</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://dioramas.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
