<?xml version="1.0" encoding="UTF-8"?>
<!--
  There are exactly two routes, / and /demo, so this is hand-written rather
  than generated. `scripts/check-prerender.mjs` fails the build if it stops
  matching the pages the prerenderer actually wrote, which is what keeps a new
  route from being added without landing here.

  The origins must match `site.url` in src/lib/site.ts, www and all: the apex
  is a redirect, not a second live origin, and listing it here would split the
  canonical the og:url tags already point at.

  No <lastmod>, <changefreq>, or <priority>. Google ignores the last two
  outright and discounts lastmod when it is not demonstrably accurate, and a
  date maintained by hand on a two-page file goes stale the first time nobody
  remembers to touch it. An absent signal beats a wrong one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.dapsoft.app/</loc>
  </url>
  <url>
    <loc>https://www.dapsoft.app/demo</loc>
  </url>
</urlset>
