<?xml version="1.0" encoding="UTF-8"?>
<!-- Two static routes, listed by hand (TASK-012 012c). No sitemap integration: @astrojs/sitemap
     would be a build dependency to generate four lines, and this file changes when a page is
     added, which is exactly when someone is already editing the routes. Add the memoriser page
     here when it lands. Both URLs are on the FUTURE canonical host - auditionlead.com still
     serves the old product until the domain cutover, and this file is what makes the cutover
     inherit both URLs at once. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://auditionlead.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://auditionlead.com/teleprompter</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
