<?xml version="1.0" encoding="UTF-8"?>
<!--
  This file is environment-specific and excluded from staging→production sync.
  Each environment should have its own sitemap.xml pointing to its own Edge Function.
  Staging: https://xjvlwszdkucxxztdrfvn.supabase.co/functions/v1/sitemap
  Production: https://iypxktwgfxesahyjdwke.supabase.co/functions/v1/sitemap

  LAUNCH CHECKLIST (B5):
  Before going live, verify that:
  1. robots.txt is updated: Disallow: / → Allow: / and Sitemap: directive is restored.
  2. This file's <loc> below points to the correct production edge function URL.
  3. VITE_SITE_NOINDEX is NOT set to 'true' in the production environment.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://iypxktwgfxesahyjdwke.supabase.co/functions/v1/sitemap</loc>
  </sitemap>
</sitemapindex>
