From bafdab9d67be1d7455c95583b65982a855f266db Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Tue, 16 Sep 2025 20:14:27 +0800 Subject: [PATCH] feat: add robots.txt (#20093) --- web/public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 web/public/robots.txt diff --git a/web/public/robots.txt b/web/public/robots.txt new file mode 100644 index 000000000..77470cb39 --- /dev/null +++ b/web/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file