/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactStrictMode: true, // API routes in /app/api/meetings and /app/api/recordings handle proxying // to avoid mixed-content issues when accessing via HTTPS } module.exports = nextConfig