<?xml version="1.0" encoding="UTF-8"?>
<!--
  Core routes. Product URLs (/products/:id) are added by `bun run seo:gen`,
  which reads the live catalogue from the API. Replace the host with your
  production domain (or run the generator, which uses VITE_SITE_URL).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://your-domain.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
