<?xml version="1.0" encoding="UTF-8"?>
<!-- Only the prerendered landing page is listed: it returns HTTP 200 with real
     static HTML. The app routes (/daily/, /hard/, /practice/) are client-only
     and served via the 404.html SPA fallback (HTTP 404 status), so submitting
     them here would tell crawlers to index URLs that 404. They stay discoverable
     via on-page nav links; add them back once they're prerendered (see the
     deferred app-route prerender, audit item #6). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://filo.day/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
