diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
| commit | 5d13721689dac3aa1b15120f198655b911268122 (patch) | |
| tree | daa4f04d154f51fff00f677dea5ff1966e600787 /static | |
| parent | 404e3dddb40259c52c8de375617c07c70da971ac (diff) | |
fix: Corrected frontmatter
Discovered frontmatter was configured with improper keyword, alias changed to aliases
Diffstat (limited to 'static')
| -rw-r--r-- | static/robots.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/robots.txt b/static/robots.txt index 8bc5c8a..b47f820 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,6 +1,6 @@ User-agent: * Disallow: -Crawl-delay: 20 +Crawl-delay: 5 Disallow: /Documents/ Disallow: /emails/ Disallow: /OtterLogs/ |
