plane/apps/app/next.config.js
2022-11-30 02:21:17 +05:30

11 lines
202 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
swcMinify: true,
images: {
domains: ["vinci-web.s3.amazonaws.com"],
},
};
module.exports = nextConfig;