static optimization
can be very beneficial and knowing immediately in development if the page qualifies can be useful.next.config.js
and disable the autoPrerender
config in devIndicators
:module.exports = {
devIndicators: {
autoPrerender: false,
},
}