Open
Description
Discussed in #2595
Originally posted by vlamic March 25, 2024
Hi,
I'm trying to setup a project which is driven by content and supports multiple languages, so I have created two dirs in my content
folder: en
and es
. When I try to access the default routes (e.g. http://localhost:3000/ or http://localhost:3000/about), it loads the pages correctly. However, when I try to access non-default pages, it's not able to locate the content (e.g. http://localhost:3000/en/about or http://localhost:3000/en). Am I missing something?
I have uploaded a sample project here: https://github.com/vlamic/content-app-test
Content structure:
Pages structure:
Nuxt config:
Thank you!