<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://unforkd.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://unforkd.com/privacy</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://unforkd.com/terms</loc>
    <priority>0.5</priority>
  </url>
</urlset>
```

Just add whatever pages you have. Then submit it in Search Console under Sitemaps → enter `https://unforkd.com/sitemap.xml`.

Also worth adding a `robots.txt` in your public folder if you don't have one:
```
User-agent: *
Allow: /
Sitemap: https://unforkd.com/sitemap.xml