From 76b997b174a9750a7bd37cc4b7827444478710ac Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Sun, 19 Jan 2025 22:10:06 +0800 Subject: [PATCH] BLOG-24 init: robots.txt --- frontend/public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 frontend/public/robots.txt diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / -- 2.47.1