next-draft-mode-test / next.config.js
Mark-Lasfar
Deploy Next.js with draft mode fix
bd70680
raw
history blame contribute delete
99 Bytes
const path = require('path'); module.exports = { turbopack: { root: path.join(__dirname, '..') } }