/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', experimental: { appDir: false, }, } module.exports = nextConfig