/** @type {import('next').NextConfig} */ // next.config.js module.exports = { // ... rest of the configuration. output: "standalone", };