Ready to make something cool?
@@ -251,7 +251,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
@@ -291,7 +291,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
diff --git a/src/pages/robots.txt.ts b/src/pages/robots.txt.ts
index 582bc67..f20b3fe 100644
--- a/src/pages/robots.txt.ts
+++ b/src/pages/robots.txt.ts
@@ -2,9 +2,11 @@ import type { APIRoute } from "astro";
const getRobotsTxt = (sitemapURL: URL) => `
User-agent: *
-Disallow: /cv
+Disallow: /about
Disallow: /tags
Disallow: /tags/*
+Disallow: /projects
+Disallow: /posts
Allow: /
Sitemap: ${sitemapURL.href}