<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, which is all there are. Jig is one page and the yarn service is the other, and
  they are on separate origins on purpose: a sitemap listing a cross origin URL is unusual,
  and it is here because the federation is the point rather than an implementation detail. A
  crawler that follows it finds the second service and can see for itself that the yarn data
  is not ours.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jig-workbench.pages.dev/</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jig-yarn-service.pages.dev/</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
