open-codetree / next.config.js
matt HOFFNER
fix
1de639c
raw
history blame contribute delete
340 Bytes
module.exports = {
reactStrictMode: false,
swcMinify: false,
images: {
domains: [
"res.cloudinary.com",
"lh3.googleusercontent.com",
"avatars.githubusercontent.com",
"cdn.dribbble.com",
"images.unsplash.com",
"fakeimg.pl",
"storage.googleapis.com",
],
},
output: "standalone",
};