<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only two URLs exist. The app itself has exactly one: RootNavigator passes no
  `linking` config to NavigationContainer, so react-navigation never reflects
  navigation state in the address bar and nothing below "/" is addressable.
  /about is a static file (app/public/about.html), served extensionless by the
  CloudFront router function in infra/site.tf.

  Add entries here if real deep-linked routes ever land (a per-day blob page or
  public profile URLs would both be worth having).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://squigglin.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://squigglin.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
