File size: 374 Bytes
3c3f089
 
 
 
 
 
 
 
 
 
 
 
 
 
6ee976d
 
f5859ae
3c3f089
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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',
};