<?xml version="1.0" encoding="UTF-8"?>
<!--
  Compatibility alias for the conventional /sitemap.xml URL.
  The Astro @astrojs/sitemap integration generates the always-fresh
  sitemap at /sitemap-index.xml (-> /sitemap-0.xml). This static index
  keeps the historically-submitted /sitemap.xml URL valid so search
  engines that have it on file can keep crawling. As long as the site
  stays under 50,000 URLs there is a single child sitemap (sitemap-0.xml),
  so this file does not go stale.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.easttexas.com/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
