ultrabug / mkdocs-static-i18n

MkDocs i18n plugin using static translation markdown files
https://ultrabug.github.io/mkdocs-static-i18n/
MIT License
219 stars 37 forks source link

Is possible to put default language result in non-root path? #306

Open cebarobot opened 2 months ago

cebarobot commented 2 months ago

Hi,

I found that there is a breaking change in v1.0.0:

selected language with default: true will only be built on the root path of the site (to avoid SEO duplicate content)

I wonder whether it is possible to only build default language to non root path? In this way, freely changing the default language without worrying about URL corruption could be possible.

Thanks a lot.