<?xml version="1.0" encoding="UTF-8"?>
<!--
  Placeholder, not the sitemap.

  The real index is written to this key in S3 by the sitemap-publisher Lambda
  (infra/lib/constructs/sitemap-publisher.ts). This file exists only so the
  build output still contains a /sitemap.xml, which is what makes
  cdk-nextjs-standalone give CloudFront a cache behavior pointing at S3 for
  that path. Without it the path would fall through to the server function and
  404.

  It deliberately lists no children: every deploy re-uploads it and the
  publisher overwrites it seconds later, and an index naming a host would be
  the wrong host half the time.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
</sitemapindex>
