Replies: 1 comment
-
I have similar issue. More details: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
andes
. 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!
Beta Was this translation helpful? Give feedback.
All reactions