<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every address is served the same index.html, whose canonical is the landing.
  The app rewrites it per route once it mounts, so a crawler that runs the page
  reads the right one; one that does not will fold /changelog into the landing.
  That is the limit of a single-file app on a static host, not an oversight.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://erp.medine.tech/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://erp.medine.tech/changelog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
