From fc58c7f512ec161579ab31b1015c690ed77809f8 Mon Sep 17 00:00:00 2001 From: Royiex Date: Sun, 17 Aug 2025 02:47:05 +0200 Subject: [PATCH] Update robots.txt make it so image files in the base directory don't get indexed --- docs/public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/public/robots.txt b/docs/public/robots.txt index 5f51faa5f..3bfd2659b 100644 --- a/docs/public/robots.txt +++ b/docs/public/robots.txt @@ -1,3 +1,6 @@ User-agent: * Disallow: /assets/ +Disallow: /*.png$ +Disallow: /*.svg$ +Disallow: /*.ico$ Allow: /