Next.js Discord

Discord Forum

is there anyway we can get same results as of

Unanswered
Cavalier King Charles Spaniel posted this in #help-forum
Open in Discord
Cavalier King Charles SpanielOP
export const config = {
unstable_runtimeJS: false
};
in nextjs 12

i am looking for complete static no js on some pages, and i was able to do that in nextjs 12 but now upgrading to 14 and not able to do that anymore

6 Replies

Cavalier King Charles SpanielOP
Well, some pages I was rendering with no-js in nextjs 12. So I am still using the features of nextjs
This was a feature in nextjs 12, that’s why I am asking if there is something similar in 13,14
No. There isn’t anything similar.
It was marked as unstable_ for a reason. The team only published it for testing purposes – you are not supposed to rely on it in production applications.