<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: the site is two routes, so a build-time sitemap integration
  would be more machinery than it's worth. Add a <url> block when a route is
  added. URLs use the trailing-slash form the build actually serves (Astro's
  default `directory` output), matching <link rel="canonical">.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://lumenandtrim.ca/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://lumenandtrim.ca/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>
</urlset>
