`ignoreLogs` to ignore build errors

I use a 3rd party theme and the build process fails due to an error

ERROR deprecated: .Site.LastChange was deprecated in Hugo v0.123.0 and will be removed in Hugo 0.136.0. Use .Site.Lastmod instead.

As I understand, I could ignore this error until the issue is fixed in the theme I am using. But how so? What would be the syntax in ignoreLogs?

You cannot configure Hugo to ignore this error.

Either wait for the theme author to make the required changes, or override theme templates as needed.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.