/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, // Self-contained server bundle for the Docker image (see docker/). output: "standalone", }; export default nextConfig;