open-codetree / next.config.js
matt HOFFNER
fix
f5859ae
raw
history blame
374 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: "export",
distDir: "out",
basePath: '/out',
};