<?xml version="1.0" encoding="UTF-8"?>
<!--
    A sitemap index, because the two halves have different lifetimes. The landing
    locales are static files emitted at build time; the blog changes whenever a post
    is published, translated or renamed, so /sitemap-blog.xml is generated live by
    blog-service (nginx proxies it to /blog-api/sitemap.xml). robots.txt points at
    this file, so submitting it submits both.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://opencheese.dev/sitemap-landing.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://opencheese.dev/sitemap-blog.xml</loc>
  </sitemap>
</sitemapindex>
