<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written rather than generated: there are two indexable pages and adding
  @astrojs/sitemap for that would be a dependency doing almost nothing.
  /welcome is deliberately absent — it is noindex and disallowed in robots.txt.
  URLs carry the trailing slash because that is what the directory build emits
  and what the canonical tags point at.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wickfall.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wickfall.com/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
