mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
168bf17e70
It was accidentally introduced because we compile it to file mounts, and `lang` on file mounts is deprecated in favor of `sites.matrix`. But contentDir per language is something we have had for a long time, and is to useful too to deprecate. Fixes #14287