diff options
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 0fa9581..3e46879 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -4,9 +4,9 @@ enableGitInfo = false # additional settings baseURL = "https://corruptlamar.com/" -canonifyURLs = false enableEmoji = true -enableRobotsTXT = true +# Set to false since we have generated our own. +enableRobotsTXT = false enableInlineShortcodes = true summaryLength = 20 |
