/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', reactStrictMode: true, transpilePackages: ['@edr/types', '@edr/ui-common'], images: { unoptimized: true, // Required for static export }, }; export default nextConfig;