diff --git a/config.toml b/config.toml index 407f7ed..174517e 100644 --- a/config.toml +++ b/config.toml @@ -3,5 +3,5 @@ languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -canonifyURLs = true -relativeURLs = true +CanonifyURLs = true +RelativeURLs = true