<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every real route on the site, by hand.

  TanStack Start can generate this from the pages it prerendered, and it was
  tried: the crawler counts each in-page anchor (`/#how`, `/#project`) and the
  trailing-slash spelling of a path it already has as separate pages, and lists
  them all. The route list is nine URLs and changes when a doc is added, which
  is exactly when someone is already editing src/content/docs/index.ts.

  Doc slugs mirror src/content/docs/index.ts exactly. `/404` is deliberately
  absent — it is a file the host serves for URLs that do not exist, not a page.
  No <lastmod>: we don't track per-page edit dates, and a guessed one is worse
  than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yourtablecloth.app/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/install</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/install-windows</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/install-macos</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/faq</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/troubleshoot</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/privacy</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://yourtablecloth.app/docs/sponsor</loc>
    <priority>0.5</priority>
  </url>
</urlset>
