<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written rather than generated. The site is three static pages and adding
  @astrojs/sitemap would be the repo's only integration dependency for a file
  that changes when a page is added — which is roughly never.

  If a fourth page is ever added, add it here. `404` is deliberately absent: it
  carries noindex and must not be submitted for crawling.

  `lastmod` is omitted rather than guessed. A stale or invented date is worse
  than none, and crawlers fall back to their own signals without it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://matthewpimenta.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://matthewpimenta.com/work/</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://matthewpimenta.com/music/</loc>
    <priority>0.8</priority>
  </url>
</urlset>
