<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — static shim served at https://hathuycosplay.com/sitemap.xml
  Points crawlers at the dynamic sitemap generated by the backend
  (/api/sitemap.xml) which lists every festival collection, photoshoot,
  photobook, rental item, event, and news article slug in the DB.

  Why an index (and not the sitemap itself)?
  Because the frontend is a static SPA build, we cannot generate XML with
  live DB content at build time. The sitemap-index format lets us hand
  crawlers a stable /sitemap.xml URL that transparently defers to the
  API endpoint, which the backend produces on-demand with fresh lastmod
  dates every request.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://hathuycosplay.com/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
