This is index page for every language
All pages
SSG without dynamic params other than [lang]
SSG with other params and fallback
- /item/one — pre-generated via getStaticPaths
- /item/two — pre-generated via getStaticPaths
- /item/three — is not specified in getStaticPaths
- you can try /en/item/any_text or /ru/item/any_text for fallback
Specific pages without dynamic [lang] routing
All languages