<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static routes only. Published bergs (/i/<slug>) are dynamic and DB-backed;
  they should be emitted by a Cloudflare Pages Function that queries D1 and
  serves /sitemap.xml (or /sitemap-bergs.xml) at request time. Until then this
  covers the two evergreen entry points.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bergice.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bergice.org/browse</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
