summaryrefslogtreecommitdiffstats
path: root/content/en/getting-started/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/getting-started/configuration.md')
-rw-r--r--content/en/getting-started/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md
index b447b38d4..392f71a66 100644
--- a/content/en/getting-started/configuration.md
+++ b/content/en/getting-started/configuration.md
@@ -360,10 +360,10 @@ Note that a `status` code of 200 will trigger a [URL rewrite](https://docs.netli
from = "/myspa/**"
to = "/myspa/"
status = 200
+force = false
{{< /code-toggle >}}
-
-
+{{< new-in "0.76.0" >}} Setting `force=true` will make a redirect even if there is existing content in the path. Note that before Hugo 0.76 `force` was the default behaviour, but this is inline with how Netlify does it.
## Configure Title Case