<?xml version="1.0" encoding="UTF-8"?>
<!--
  Marketing static pages served from this /srv tree (run/marketing/assets).
  Hand-maintained: there are only a few pages and they change rarely. Keep in
  sync when adding/removing a top-level *.html page. The blog and docs URL sets
  live in their own generated sitemaps (see sitemap.xml, the apex index).

  The blog home (/blog) is listed HERE rather than in /blog/sitemap.xml: that
  child sitemap's scope is /blog/, and /blog (no trailing slash) is the parent
  path, out of that scope. This apex sitemap's scope is the origin root, so it
  can carry it. The /blog/<slug> post URLs stay in the blog's own sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://apoxy.dev/</loc>
  </url>
  <url>
    <loc>https://apoxy.dev/blog</loc>
  </url>
  <url>
    <loc>https://apoxy.dev/pricing</loc>
  </url>
  <url>
    <loc>https://apoxy.dev/privacy</loc>
  </url>
  <url>
    <loc>https://apoxy.dev/terms-of-service</loc>
  </url>
</urlset>
