<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static: the site is served by nginx from a build, with truck data living in
  Supabase and fetched in the browser, so there is nothing at build time that
  can enumerate /:username pages. Those are reachable by crawl from a truck's
  own QR link; listing them here needs a server or a build-time Supabase query.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trucqr.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
