Open bazijun opened 3 months ago
unfortunately this will be not fixed, until Nextra v4
@dimaMachina But I really need to have a 404 page with Nav and Footer under the root path of pages. Can you give me some suggestions to achieve this requirement? Thank you very much
@bazijun Hi there, would you want to try Nextra 4 with app router support and server side i18n? How to do it I described in https://github.com/shuding/nextra/issues/2600#issuecomment-2385107206
Also cc @arno-fukuda
Is there any workaround that can serve the /en/
content without locale in url and without a redirect?
Google Search Console indexing doesn't like the 307 redirect, but we don't want to change our sitemap to use /en/
as default.
Description
I'm experiencing issues with Nextra 3
<3.0.0-alpha.31>
when using the i18n directory structure. MDX files in the rootpages
directory are not loading properly.├─ pages │ ├─ en/ │ ├─ zh/ │ ├─ es/ │ ├─ ru/ │ ├─ test.mdx ❌
Error Message
./src/pages/test.mdx:2:1
theme.config.tsx