Hi,
There is something I am failing at and I do not know if it is something I don’t get or something that is designed to work this way.
http://localhost:1313/en/about/ ← working
http://localhost:1313/fr/about/ <-working
http://localhost:1313/about/ ← 404. Why not redirect to /en/about ?
Here is my config :
baseURL = "http://example.org/" languageCode = "en" title = "My New Hugo Site" DefaultContentLanguage = "en" defaultContentLanguageInSubdir = true [languages] [languages.en] title = "My blog" weight = 1 [languages.fr] title = "Mon blogue" weight = 2
My content folder:
content/
----about.en.md
----about.fr.md