<?xml version="1.0" encoding="UTF-8"?>
<!--
  사이트맵 인덱스
  - sitemap-static.xml : 정적 페이지 + 정적 블로그 글
  - /sitemap-blog.xml  : Supabase DB 기반 동적 블로그 글 (Cloudflare Pages Function 생성)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- 정적 페이지 사이트맵 -->
  <sitemap>
    <loc>https://p60code.com/sitemap-static.xml</loc>
    <lastmod>2026-04-16</lastmod>
  </sitemap>

  <!-- 동적 블로그 글 사이트맵 (DB 실시간 반영) -->
  <sitemap>
    <loc>https://p60code.com/sitemap-blog.xml</loc>
  </sitemap>

</sitemapindex>
