Replies: 2 comments
-
The link from the React Router issue directed me to this Remix repository. Is it okay to ask my question here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I’ll repost this on the React Router's disscussions. |
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.
-
I’m currently experimenting with pre-rendering.
When I specify paths like ["/", "/about", "/contact"], the files are generated as follows:
However, when hosting these files, it’s often not possible to access the pages using URLs like:
Instead, they are only accessible with trailing slashes:
Would it be possible to configure the output files to remove trailing slashes so they can be accessed without them?
For example:
Beta Was this translation helpful? Give feedback.
All reactions