Replies: 1 comment
-
Basically, a |
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
-
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