Making a page static
I have my index page, it has nothing dynamic and i want this page to be statically rendered and served from the edge network. But whenever i build the app using pnpm build, next js always marks this page as dynamic(λ), am i too dumb ?
1 Reply
Sharing a snippet of your code will help a lot, as it is not possible to tell what might be going wrong just from the context.