nextjs all pages are dynamic

I am using create t3 app with app router created like ~3/4 months ago. This implementation makes all pages that use api exported either from react.tsx or from server.ts dynamic even if I am not using headers in a current procedure.

What can I do to make pages dynamic only if the current procedure uses next/headers
Was this page helpful?