Replies: 1 comment
-
Possibly related? #17112 |
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.
-
Asking here before reporting a bug against 9.5.3
I have a structure like:
Using
<Link>
I am successfully able to do the follwing:This takes me to
domain/articles/index.js
anddomain/somepage
(via [pageslug].js as expected.However, when I enable
trailingSlash = true
innext.config.js
then the link to/articles
tries to drop me into the pages default[pageslug].js
file instead of honoring thearticles/index.js
route first.Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions