-
I used dynamic routing,When I build, the following files are generated. How do I correctly point to Do we have anything like this?https://nextjs.org/docs/api-reference/next.config.js/exportPathMap#adding-a-trailing-slash |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Oct 22, 2021
Replies: 1 comment 2 replies
-
Edit: @zjcwill Old Answer: Hi! At the moment îles does not support dynamic paths. Planning to add a similar API soon, which might become available next week. In the meantime, I would recommend using Astro instead. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zjcwill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: @zjcwill
iles@0.4.2
added support for dynamic parameters +getStaticPaths
.Old Answer:
Hi! At the moment îles does not support dynamic paths.
Planning to add a similar API soon, which might become available next week.
In the meantime, I would recommend using Astro instead.