diff --git a/hugo.toml b/hugo.toml index 807f14b87..5e0b697ef 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,6 +8,9 @@ title = "Hugo" # We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below). disableAliases = true +# See https://github.com/gohugoio/hugo/issues/13806. +ignoreLogs = ['warning-frontmatter-params-overrides'] + [build] [build.buildStats] disableIDs = true