<?xml version="1.0" encoding="UTF-8"?>
<!-- After the first Amplify deploy, replace REPLACE_WITH_AMPLIFY_DOMAIN with the
     real xxxx.amplifyapp.com host (or the custom domain once one is added). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE_WITH_AMPLIFY_DOMAIN/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_AMPLIFY_DOMAIN/whatwedo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_AMPLIFY_DOMAIN/quizzes</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
