exportPathMap root path w/ dynamic route not working #14424
Unanswered
theogravity
asked this question in
Help
Replies: 1 comment
-
One alternative that "works" is importing the dynamic page into the index file directly, as in:
|
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.
-
I have a file in
pages/thoughts/[type].tsx
that I'd like to point the main index to.My
next.config.js
config looks like thisHowever, when I go to the
/
route, I get the following error:How can I have it that when I go to
/
, it will use that particular page?Beta Was this translation helpful? Give feedback.
All reactions