We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site config
defaultContentLanguage = 'en' # does not match any of the defined languages [languages.de] weight = 1 [languages.fr] weight = 2
$ hugo Error: site config value "en" for defaultContentLanguage does not match any language definition
$ hugo
No error, and the published site is wrong:
public/ ├── de/ │ └── index.html ├── en/ │ └── index.html ├── fr/ │ ├── posts/ │ │ ├── post-1/ │ │ │ └── index.html │ │ └── index.html │ └── index.html └── favicon.ico
The text was updated successfully, but these errors were encountered:
Fail on invalid defaultContentLanguage
c73e297
Fixes gohugoio#11044
d4b09cc
9cdca1f
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
bep
No branches or pull requests
site config
v0.111.3
v0.112.5
No error, and the published site is wrong:
The text was updated successfully, but these errors were encountered: