From 9a82747f6fb41920fc703f88056c43417a4da981 Mon Sep 17 00:00:00 2001 From: inyoung Date: Fri, 18 Oct 2024 02:38:15 +0900 Subject: [PATCH] Chore: add `robots.txt` in app directory #45 --- src/app/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/app/robots.txt diff --git a/src/app/robots.txt b/src/app/robots.txt new file mode 100644 index 0000000..213de91 --- /dev/null +++ b/src/app/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Disallow: /cgi-bin/ +Sitemap: https://www.likelionsg.site/sitemap.xml