diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ enableRobotsTXT = true # Copy this line to your project's hugo.toml # EXAMPLE: multilingual English-German site with content/en & content/de directories; English as default defaultContentLanguage = "en" defaultContentLanguageInSubdir = true -disableDefaultLanguageRedirect = true +disableDefaultLanguageRedirect = false [languages] [languages.de] |
