Running a local Hugo build with 0.150.0 using hugo --gc --minify --logLevel info, I saw the following:
INFO deprecated: site config minifyOutput was deprecated in Hugo v0.150.0 and will be removed in a future release. Use minify.minifyOutput instead.
I could find nothing in any of my files (including /config/_default/minify.yaml), nor the latest minify-related documentation, to account for this. This doesn’t prevent the build from occurring, but I am wondering what changes it means I should make. Repo is here.