Replies: 1 comment
-
Ask this in the vercel/next.js repo. |
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.
-
For example,
I have a pdf file inside
./src/public/documents
and I can access it using "localhost:3000/documents/file.pdf",But if I switch to a new locale, The URL becomes "localhost:3000/es/documents/file.pdf",
then I am unable to open the file.
I want to have different files for different locales. But the problem I am facing now is that I can't even access the subfolder
documents
in other locales.Can I config that or do I need to write some code for that purpose?
Beta Was this translation helpful? Give feedback.
All reactions