-
Notifications
You must be signed in to change notification settings - Fork 1
/
next.config.js
35 lines (34 loc) · 939 Bytes
/
next.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: [
"res.cloudinary.com",
"githubusercontent.com",
"github.com",
"drive.google.com",
"scontent.ftlv4-1.fna.fbcdn.net",
"pbs.twimg.com",
"i.ibb.co",
"1drv.ms",
"upload.wikimedia.org",
"profitroom-uploads.fra1.digitaloceanspaces.com",
"u.profitroom.pl",
"dynamic-media-cdn.tripadvisor.com",
"via.placeholder.com",
"www.zamek-krolewski.pl",
"bi.im-g.pl",
"ocdn.eu",
"escapeclub.eu",
"www.polska.travel",
"warsawtour.pl",
"lh3.googleusercontent.com",
"2019.confrontjs.com.s3-website.eu-central-1.amazonaws.com",
"2018.confrontjs.com.s3-website.eu-central-1.amazonaws.com",
"media.licdn.com",
"s3.eu-central-1.amazonaws.com",
"i0.wp.com",
],
},
};
module.exports = nextConfig;