serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-js/next.config.js (8 lines of code) (raw):
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
swcMinify: true,
images: {
domains: ["countryflagsapi.com"],
},
};
module.exports = nextConfig;