<?xml version="1.0" encoding="UTF-8"?>
<!--
  静态站点地图。只列公开可索引的路由 —— /dashboard 与 /sign-in 刻意不在其中。

  路由变多之后，手写会漂：改成在构建时从 routeTree 生成，
  或用 @tanstack/start 的 sitemap 支持。届时把本文件删掉，别留两份真相源。
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
