From 1fd8e5bb7639216db5693f30f24633f2a3e86184 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 29 May 2021 02:26:01 +0900 Subject: [PATCH] chore(robots.txt): allow root --- public/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index 4f9540b..14267e9 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1 +1,2 @@ -User-agent: * \ No newline at end of file +User-agent: * +Allow: / \ No newline at end of file