config: Enable link render hook warnings

This commit is contained in:
Joe Mooring 2025-02-11 08:59:22 -08:00 committed by GitHub
parent 769e387cd4
commit fd3de4ac2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,9 @@ disableAliases = true
description = "The worlds fastest framework for building websites" description = "The worlds fastest framework for building websites"
ghrepo = "https://github.com/gohugoio/hugoDocs/" ghrepo = "https://github.com/gohugoio/hugoDocs/"
[params.render_hooks.link]
errorLevel = 'warning' # ignore (default), warning, or error (fails the build)
[languages] [languages]
[languages.en] [languages.en]
languageName = "English" languageName = "English"