Como esconder o botão de página pré -renderizado no NextJs
// next.config.js
module.exports = {
devIndicators: {
autoPrerender: false,
},
}
tinydev
// next.config.js
module.exports = {
devIndicators: {
autoPrerender: false,
},
}