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 507bb25..2b1440b 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -3,7 +3,7 @@ copyright = "Copyright © 2024 Corrupt Lamar." enableGitInfo = true # additional settings -baseURL = "https://corruptlamar.com.com/" +baseURL = "https://corruptlamar.com/" canonifyURLs = false enableEmoji = true enableRobotsTXT = true @@ -34,7 +34,7 @@ home = ["HTML", "RSS", "REDIR"] [build] writeStats = true - + [taxonomies] tag = 'tags' |
