Merge commit 'c1398b91a9f4c67876b31feb67516b252e654d3c'

This commit is contained in:
Bjørn Erik Pedersen
2022-02-28 10:37:27 +01:00
6 changed files with 65 additions and 35 deletions

View File

@@ -117,7 +117,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 %}}