<?xml version="1.0" encoding="UTF-8"?>
<!-- Single-page site: the homepage is the only route. Kept as a static file
     rather than @astrojs/sitemap since there is nothing to generate. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ng-editing.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
