/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', // This prevents Webpack from bundling svg-captcha and breaking its font paths serverExternalPackages: ['svg-captcha'], }; export default nextConfig;