Next.js Discord

Discord Forum

dynamic priority

Unanswered
Air Penguin posted this in #help-forum
Open in Discord
I have a global layout,I defined it in there
export const dynamic = 'force-dynamic'

Then I have a /search page that has a layout underneath it that I've defined
export const dynamic = 'force-static'

Which one will be used in the end?

0 Replies