From baeea3f54b4f4e95e1d7315955201405033cadcf Mon Sep 17 00:00:00 2001 From: Andres Reyes Hernandez Date: Tue, 6 Jan 2026 21:10:15 -0700 Subject: [PATCH] se agrego robots.txt --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file