<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static, and deliberately so: the route table is a fixed list that changes about once a year, and
  generating this at build time would mean a plugin that runs before the prerender just to restate
  a list that already exists in src/config/routes.ts.

  robots.txt advertises this file. Adding a route means editing three places:
  src/config/routes.ts, prerenderRoutes in vite.config.ts, and here.

  The 404 is not listed — it is prerendered so CloudFront has something to serve, not so crawlers
  can find it.

  No <lastmod>: a date that is not maintained is worse than no date, because crawlers trust it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://brosasia.com/</loc><priority>1.0</priority></url>
</urlset>
