Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-02-17 22:46:28 +0300
committerGitHub <noreply@github.com>2022-02-17 22:46:28 +0300
commit3568ddc0399bf8a09a5e9316079faf66024a4543 (patch)
tree54314fa511cfbadaaf537f884d452f1a632f6452
parent798ac8f68bd2cf5868494959225f50add7f6889a (diff)
Add explicit `contentDir` to module-config-mounts (#1658)
Context: https://discourse.gohugo.io/t/content-mount-problem-for-single-language-multilingual-site/37215
-rw-r--r--content/en/hugo-modules/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md
index fc57f774f..7248f04fb 100644
--- a/content/en/hugo-modules/configuration.md
+++ b/content/en/hugo-modules/configuration.md
@@ -113,7 +113,7 @@ noVendor
## Module Config: mounts
{{% note %}}
-When the `mounts` config was introduced in Hugo 0.56.0, we were careful to preserve the existing `staticDir` and similar configuration to make sure all existing sites just continued to work. But you should not have both: if you add a `mounts` section you should remove the old `staticDir` etc. settings.
+When the `mounts` config was introduced in Hugo 0.56.0, we were careful to preserve the existing `contentDir`, `staticDir`, and similar configuration to make sure all existing sites just continued to work. But you should not have both: if you add a `mounts` section you should remove the old `contentDir`, `staticDir`, etc. settings.
{{% /note %}}
{{% warning %}}