From 4a2dbc5c4dedc448339dd03906db482aa10b3fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Fri, 20 Jun 2025 09:07:26 +0200 Subject: [PATCH] fix(public): add robots.txt --- apps/public/app/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/public/app/robots.txt diff --git a/apps/public/app/robots.txt b/apps/public/app/robots.txt new file mode 100644 index 00000000..47a838d9 --- /dev/null +++ b/apps/public/app/robots.txt @@ -0,0 +1,3 @@ +User-Agent: * +Allow: / +Sitemap: https://openpanel.dev/sitemap.xml