<?xml version="1.0" encoding="UTF-8"?>
<!--
  The six pages that are worth finding. `search.test.tsx` holds this list to the
  public routes in `app/route.ts`, so a seventh public page cannot ship unlisted.

  `/setup` is deliberately absent and deliberately still crawlable: it draws the
  same landing as `/`, so listing both would offer one page twice — the canonical
  link `public/page.tsx` writes is what folds it back, and it has to be fetched
  for that link to be read at all.

  No `lastmod`, no `changefreq`, no `priority`. The last two are read by nobody;
  the first is read only while it is true, and a date maintained by hand in a file
  nothing else touches stops being true on the first edit somewhere else.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://dromi.app/</loc></url>
  <url><loc>https://dromi.app/how</loc></url>
  <url><loc>https://dromi.app/garmin</loc></url>
  <url><loc>https://dromi.app/history</loc></url>
  <url><loc>https://dromi.app/privacy</loc></url>
  <url><loc>https://dromi.app/terms</loc></url>
</urlset>
