<?xml version="1.0" encoding="UTF-8"?>
<!--
  Master sitemap index for mylio.id — submit THIS URL to Google Search Console.
  It unifies both Netlify sites under one apex origin:
    - sitemap-pages.xml    → this app's marketing pages (static, served here)
    - sitemap-content.xml  → the Astro content site's leaf urlset (blog/docs/changelog),
                             proxied to apps/content's sitemap-0.xml via netlify.toml.
  A <sitemapindex> may only reference leaf <urlset> sitemaps (never another index),
  so sitemap-content.xml maps to the content site's sitemap-0.xml, not its sitemap-index.xml.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://mylio.id/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://mylio.id/sitemap-content.xml</loc></sitemap>
</sitemapindex>
