From 3432392b105d6ac76a3e75e4ade60f1209780de4 Mon Sep 17 00:00:00 2001 From: "Geodecki 2P gr.1" <113300767+1p22geo@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:58:15 +0100 Subject: [PATCH] disallow web robots --- public/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index c19f78ab..77470cb3 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1 +1,2 @@ -# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file +User-agent: * +Disallow: / \ No newline at end of file