I have the next.js app with ISR and I\'m using getStaticProps. My pages\' structure is like this: /pages/page1/[[...subpages]].tsx.
getStaticProps
/pages/page1/[[...subpages]].tsx
ge