open-codetree / next.config.js
matt HOFFNER
static build it
9f17640
raw
history blame
380 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",
],
},
basePath: '/staticspaceiframe/matthoffner/open-codetree/out',
};