Ability to opt in/out of Incremental Static Regeneration on a per route basis on dynamic route group #13152
-
Feature requestAbility to opt in/out of Incremental Static Regeneration on a per route basis on dynamic route group Is your feature request related to a problem? Please describe.When Describe the solution you'd likeChange the config object type to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
You can choose this in the return value within |
Beta Was this translation helpful? Give feedback.
-
One |
Beta Was this translation helpful? Give feedback.
-
I never knew that we could actually pass |
Beta Was this translation helpful? Give feedback.
I never knew that we could actually pass
feedback: true
key fromgetStaticProps
. I am quite confused.