gseps-front/next.config.js

14 lines
240 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
images: {
domains: ['13.209.39.139'],
},
compiler: {
styledComponents: true,
},
};
module.exports = nextConfig;