Spaces:
Paused
Paused
File size: 340 Bytes
3c3f089 1de639c 3c3f089 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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",
};
|