Agar aap apna **Next.js project ko pura static HTML pages** mein convert karna chahtay hain (bina kisi server-side code ke), to aapko next.config.js file mein ek option add karna hoga.
module.exports = {
output: "export"
};🔧 Uske baad terminal mein yeh run karein:npm run build