<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public landing (apex vittz.com.br only).
  The landing is prerendered and embedded into the apps/web nginx image and
  served at `/` (the apex root rewrites to /landing/). @astrojs/sitemap would
  emit the Astro route paths (/landing/, /cadastro, …) which are NOT the public
  URLs, so this canonical URL is maintained by hand. The help center has its own
  generated sitemap at docs.vittz.com.br/sitemap-index.xml.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vittz.com.br/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
