diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-07 23:51:55 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-07 23:51:55 +0900 |
| commit | e342ca6632a56f0ab0a5b252bf01568f1a66f4c9 (patch) | |
| tree | 029846cc5d4aeec5a3c8be7ee85d9ec7f37f417c /public | |
| parent | dbb939c56649692ce8c85f98000232f0fb64101c (diff) | |
Disallow .well-known in robots.txt
Diffstat (limited to 'public')
| -rw-r--r-- | public/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |
