<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. Blog post URLs (/blog/<slug>) should be added below
  as posts are published. A dynamic server route also exists at
  src/routes/sitemap[.]xml.ts; this static file shadows it when served
  from /public.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dalilek.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dalilek.net/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://dalilek.net/unsubscribe</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <!-- Dynamic blog posts (/blog/<slug>) — add one <url> entry per published post -->
</urlset>
