From 306f0850e925bd75201085341eb6700dac8a4ca2 Mon Sep 17 00:00:00 2001
From: iSource <majianjian.cn@gmail.com>
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