From 5269901ad1670b65c2b571d8880f3ebe63d43ba1 Mon Sep 17 00:00:00 2001 From: NI Date: Mon, 18 May 2020 23:29:42 +0800 Subject: [PATCH] Change order of the `robots.txt` rule --- ui/robots.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/robots.txt b/ui/robots.txt index c92c466..2ca25e7 100644 --- a/ui/robots.txt +++ b/ui/robots.txt @@ -1,4 +1,4 @@ user-agent: * -Allow: /$ -Disallow: / \ No newline at end of file +Disallow: / +Allow: /$ \ No newline at end of file