<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. PRODUCTION_DOMAIN is substituted at build time (see vite.config.ts).
  - sitemap-pages.xml is static: the fixed marketing and browse pages.
  - sitemap-events.xml is generated per request by sitemap.php (rewritten in .htaccess),
    so newly created events become discoverable without a redeploy.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://PRODUCTION_DOMAIN/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://PRODUCTION_DOMAIN/sitemap-events.xml</loc>
  </sitemap>
</sitemapindex>
