Always dynamic pages in next build without i18n routing #1542
-
Hi! I recently started using next-intl and decided to try the without-routing implementation. However, when building the application, all routes are generated dynamically, even those that only contain static components. This can be reproduced with the example from the documentation. Is it possible to get statically generated routes using the without-routing approach? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe What is your use case btw.? Would be curious to learn a bit more why static rendering is relevant for you for a setup that doesn't require i18n routing. Is it a public-facing app or one behind a login or similar? |
Beta Was this translation helpful? Give feedback.
Maybe
localePrefix: 'never'
could be useful for you?What is your use case btw.? Would be curious to learn a bit more why static rendering is relevant for you for a setup that doesn't require i18n routing. Is it a public-facing app or one behind a login or similar?