From 451d72278baa5d2d29cb24c6326a1b942ff95010 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 2 Mar 2026 20:22:47 -0800 Subject: [PATCH] Stop excluding robots.txt from gemini site --- site.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/site.toml b/site.toml index 01ececa..1534220 100644 --- a/site.toml +++ b/site.toml @@ -45,7 +45,6 @@ exclude_public = [ "apple-touch-icon.png", "favicon.ico", "favicon.gif", - "robots.txt", "humans.txt", "isitmycakeday.html" ]