<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, written by hand. @astrojs/sitemap would generate this, but it
  would also enumerate the /work/* redirect targets and 404, and a build
  dependency to list two URLs is a worse trade than remembering to add a
  third here. No <lastmod>: it is optional, and a hand-kept date that drifts
  is worth less to a crawler than no date at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sundry.studio/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- Trailing slash to match the <link rel="canonical"> the page emits;
         the two disagreeing is a needless "which one is it" for a crawler. -->
    <loc>https://sundry.studio/contact/</loc>
    <priority>0.8</priority>
  </url>
</urlset>
