<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Static pages -->
  <url>
    <loc>https://offthepath.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://offthepath.net/map</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://offthepath.net/saved</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    Dynamic pages (places, articles) should be generated server-side
    or via a build script that queries Supabase.

    For now this is a placeholder. When ready for production:
    1. Create a build script that fetches all places/articles from Supabase
    2. Generate this sitemap dynamically
    3. Consider using vite-plugin-sitemap or similar
  -->
</urlset>
