<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written: the site has exactly one indexable page. The app routes are deliberately absent —
  they're `noindex` (see pwa/index.html). Lives in pwa/public/ so it is served from the origin
  root, which is what robots.txt points at.

  If the landing grows past a few pages, replace this with @astrojs/sitemap in the landing
  workspace and point robots.txt at the generated file instead of maintaining URLs by hand.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://siyaq.ahmedalsaleh.dev/welcome</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
