diff --git a/config.rb b/config.rb index 02c551c..be396dc 100644 --- a/config.rb +++ b/config.rb @@ -26,7 +26,7 @@ redirect "index.html", to: "#{$last_version}/en/index.html" $languages.each do |language| language_param = language.last.parameterize - redirect "#{language.first}/", to: "#{$last_version}/#{language.first}/" + redirect "#{language.first}/index.html", to: "#{$last_version}/#{language.first}/index.html" end # ----- Assets ----- #