dynamic priority
Unanswered
Air Penguin posted this in #help-forum
I have a global layout,I defined it in there
Then I have a /search page that has a layout underneath it that I've defined
Which one will be used in the end?
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?