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