From d13c3aab1e1ecdd3ea485842027ccfa99d568c91 Mon Sep 17 00:00:00 2001 From: Felipe Cotti Date: Tue, 25 Feb 2025 20:20:51 -0300 Subject: [PATCH] Let's not redirect like crazy. --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index af21813..84496b6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,7 @@ baseURL = 'https://tech.cotti.com.br/' languageCode = 'en-us' title = 'Eventually (In)Consistent' defaultContentLanguage = "en" -defaultContentLanguageInSubdir = true +defaultContentLanguageInSubdir = false theme = "re-terminal" pagination.pagerSize = 5