I'm working on assets manegement app with NextAuth, Axios, react-fook-form, zod and that has no static page without login page.
All page never use to cache, contents are dynamic fetch depends on authenticated user, backend data.
So I'm finding way to convert each pages const dynamic = 'force-dynamic' declation one place like next.config.js.
Is it impssible now?
https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config