From e342ca6632a56f0ab0a5b252bf01568f1a66f4c9 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 7 May 2026 23:51:55 +0900 Subject: Disallow .well-known in robots.txt --- public/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/public/robots.txt b/public/robots.txt index c2a49f4..3c7b7de 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,3 @@ User-agent: * Allow: / +Disallow: /.well-known/ -- cgit v1.2.3