From b5e2cca8d913ea118b6134d301d378b871a95a06 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 17 Apr 2025 15:44:37 +0200 Subject: [PATCH] add robots.txt --- web/src/app/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web/src/app/robots.txt diff --git a/web/src/app/robots.txt b/web/src/app/robots.txt new file mode 100644 index 00000000..8ac71277 --- /dev/null +++ b/web/src/app/robots.txt @@ -0,0 +1,3 @@ +User-Agent: * +Allow: / +Sitemap: https://icons.homarr.dev/sitemap.xml \ No newline at end of file