English is the default locale and is served at the root with no prefix, so /en/project/x (a natural guess by analogy with /es/, /zh-cn/, ...) matched no route and rendered blank. Redirect /en/* -> /* (and /en -> /), preserving query and hash, so those URLs land on the right page while the canonical prefix-free English URLs stay put for SEO. The other 8 locales already work under their /<locale>/ prefixes. |
||
|---|---|---|
| .. | ||
| __pro_stub__ | ||
| __tests__ | ||
| assets | ||
| components | ||
| data | ||
| desktop | ||
| hooks | ||
| i18n | ||
| lib | ||
| pages | ||
| services | ||
| simulation | ||
| store | ||
| tokens | ||
| types | ||
| utils | ||
| velxio-elements | ||
| App.css | ||
| App.tsx | ||
| entry-server.tsx | ||
| index.css | ||
| main.tsx | ||
| seoRoutes.ts | ||
| vite-env.d.ts | ||