<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public route sitemap. Only indexable routes are listed (landing + docs).
  The https://vorbina.com host is rewritten from VITE_SITE_URL at build time
  (vite.config.ts siteUrlAssets plugin); the host owns the canonical domain.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vorbina.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vorbina.com/docs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
