<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Hand-written because Next.js (under `output: "export"`) emits
  the actual sitemap to `/sitemap/0.xml` via the `generateSitemaps` shard
  route in `app/sitemap.ts`, but crawlers (Google, Bing) look for the index
  at the conventional root path `/sitemap.xml`. This file satisfies that
  expectation by pointing at the generated shard. If/when a future Next
  release starts emitting a real `/sitemap.xml` at the root for static
  exports, this file becomes redundant and should be deleted (and
  `app/robots.ts` left pointing at `/sitemap.xml` either way).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.fakebites.com/sitemap/0.xml</loc>
  </sitemap>
</sitemapindex>
