<?xml version="1.0" encoding="UTF-8"?>
<!--
  Fallback only. A production build sets VITE_SITE_URL and vite.config.ts
  overwrites this file (see the write-dist-seo-files plugin). This copy is what
  ships if that variable is ever missing, so it names the real site and only
  routes that exist — the version before it still pointed at an old Netlify
  deploy and listed /auth/select, which is not a route.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jperg.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jperg.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://jperg.com/creator/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://jperg.com/creator/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
