<?xml version="1.0" encoding="UTF-8"?>
<!--
  사이트맵 인덱스. GSC·네이버 등에는 이 파일(/sitemap.xml)만 제출한다.
  - sitemap_root.xml : 메인 앱 정적 페이지(수동 관리). 루트에 색인할 페이지가 생기면 거기에 추가.
  - sitemap-0.xml    : 타로 카드 사전(bamgyeol-article, Astro @astrojs/sitemap 자동 생성).
                       하루 1편 드립 공개분만 자동 반영. Worker가 /sitemap- 를 Pages로 프록시.
                       (인덱스는 다른 인덱스(sitemap-index.xml)를 못 가리켜 sitemap-0.xml을 직접 참조)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://bamgyeoltarot.com/sitemap_root.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://bamgyeoltarot.com/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
