From 711c8fa80ac5f6980022c3e613a74f1146235e72 Mon Sep 17 00:00:00 2001 From: ahaaster <107587007+ahaaster@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:12:00 +0100 Subject: [PATCH] Added missing default value (#1862) --- content/en/getting-started/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index b8b21ed92..9ec6a1eaf 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -466,6 +466,8 @@ See [Configure Title Case](#configure-title-case) ### uglyURLs +**Default value:** false + When enabled, creates URL of the form `/filename.html` instead of `/filename/`. ### watch