shuding / nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.
https://nextra.site
MIT License
11.72k stars 1.27k forks source link

[v3] Can we use default router as default locale? #2771

Open arvinxx opened 7 months ago

arvinxx commented 7 months ago

for example. If I have a /blog url,I want to use en locale as the default locale. and with other locale I can choose to use the /zh folder

canisminor1990 commented 7 months ago

up

dimaMachina commented 7 months ago

I guess it can be achieved only via next.js rewrites https://nextjs.org/docs/pages/api-reference/next-config-js/rewrites

arvinxx commented 7 months ago

@dimaMachina No, rewrite can't achieve this. you can give it a try. There is a miss in topbar and sidemenu