From 0eb70b34dfb0c44207f6b173b690e186148d5ea1 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 17 May 2024 10:05:31 +0800 Subject: [PATCH] Create 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..c2a49f4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / -- GitLab