<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two routes, both static. Written by hand rather than generated: a build step
  for two URLs would cost more than it saves, and this only changes when a
  route does.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kauneckas.dev/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kauneckas.dev/cv</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
