Replies: 1 comment
-
I tried setting it up on codesandbox. Doesn't seem to work this way. Any ideas? |
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 peepz,
I currently have a top-level path param, but this causes my assets to be unreachable.
Is there a possibility to change the assets path to maybe
/assets
so that I can keep my top-level path param?The actual use-case is for using the language in the url, e.g.
http://localhost:4200/en
.I am using @sergiodxa's i18next implementation for remix.
File structure:
The error I get is the following:
Beta Was this translation helpful? Give feedback.
All reactions