Эх сурвалжийг харах

docs: workaround Hugo bug with non-ASCII characters

George Cushen 6 жил өмнө
parent
commit
0562b39893

+ 1 - 1
exampleSite/config/_default/config.toml

@@ -35,7 +35,7 @@ enableGitInfo = false
 defaultContentLanguage = "en"
 hasCJKLanguage = false  # Set `true` for Chinese/Japanese/Korean languages.
 defaultContentLanguageInSubdir = false
-removePathAccents = true
+removePathAccents = true  # Workaround for https://github.com/gohugoio/hugo/issues/5687
 
 paginate = 10  # Number of items per page in paginated lists.
 enableEmoji = true