From 3174f88fa4e5b58fb42dae0d9a5e5c16c758fc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Fri, 19 Apr 2024 21:50:56 +0200 Subject: [PATCH] dashboard: add robots.txt --- apps/dashboard/src/app/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/dashboard/src/app/robots.txt diff --git a/apps/dashboard/src/app/robots.txt b/apps/dashboard/src/app/robots.txt new file mode 100644 index 00000000..77470cb3 --- /dev/null +++ b/apps/dashboard/src/app/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file