<?xml version="1.0" encoding="UTF-8"?>
<!--
  The app is a client-side HashRouter (see src/App.tsx), so every route is
  the same document at memorypalace.dev/#/... — crawlers ignore everything
  after "#", meaning there is only one real crawlable URL. Listing hash
  routes here would just have search engines re-fetch "/" repeatedly.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://memorypalace.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
