<?xml version="1.0" encoding="UTF-8"?>
<!--
  Written by hand, which the Wasp docs recommend for a site with few and stable
  content pages. Only the pages that are public, prerendered and are actually
  content belong here: the landing page and the two help guides.

  Event listings at /e/:publicSlug are deliberately absent. They are public but
  they come and go with each event, and a sitemap that promises a URL which
  404s a fortnight later is worse than one that never mentioned it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://connect-dev-client.fly.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://connect-dev-client.fly.dev/help</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://connect-dev-client.fly.dev/help/host</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://connect-dev-client.fly.dev/help/attendee</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
