<?xml version="1.0" encoding="UTF-8"?>
<!--
  站点地图索引。robots.txt 指向的就是本文件，两份子地图的分工：

  - /sitemap-static.xml   随前端发版的固定页面，内容写死在 public/ 里
  - /tutorials/sitemap.xml 教程页，由后端在发布 / 下线教程时重新生成

  拆成索引是为了让新增教程不必发前端版本。教程那份不在构建产物里，
  它落在运行时目录，由 nginx 的 /tutorials/ location 提供。
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.deeppick.cn/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.deeppick.cn/tutorials/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
