<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  IMPORTANT: This is a placeholder.
  Real sitemap is served from your backend API.
  
  In production, set up a redirect:
  /sitemap.xml → https://api.yourdomain.com/sitemap.xml
  
  OR: In your hosting (Nginx/Vercel/etc):
  rewrite /sitemap.xml to your backend URL
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yoursite.com/</loc>
    <priority>1.0</priority>
  </url>
</urlset>
