From a5b83695e1f90c74b17faad9d8b0addd0a0e3879 Mon Sep 17 00:00:00 2001 From: iSource Date: Tue, 28 Mar 2023 11:25:47 +0800 Subject: [PATCH] feat: add robots.txt --- public/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 000000000..d4fc2a4b6 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: / +User-agent: vitals.vercel-insights.com +Allow: / \ No newline at end of file