<?xml version="1.0" encoding="UTF-8"?>
<!--
  sawalef.app is a single-page Flutter app: every route is painted by the same
  index.html and there are no server-rendered pages to list. So this sitemap has
  exactly ONE url, and that is the honest answer rather than an invented list of
  paths that all return the same document.

  It exists because /sitemap.xml used to fall through the SPA rewrite and answer
  with HTML and a 200, which is a malformed sitemap presented as a valid one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sawalef.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
