forked from InSTinToS/Grafos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
next.config.js
36 lines (35 loc) · 898 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
36
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
env: {},
experimental: {
appDir: true,
forceSwcTransforms: true
},
output: 'export',
images: {
domains: [
'https://lh3.googleusercontent.com',
'ticmais.s3.sa-east-1.amazonaws.com',
'lh3.googleusercontent.com',
'caceresnoticias.nyc3.digitaloceanspaces.com',
'scontent.fppb1-1.fna.fbcdn.net',
'static-meuevento.s3.dualstack.us-east-1.amazonaws.com',
'cdn2.downdetector.com',
'1000logos.net',
'images.sympla.com.br',
'www.oab-ro.org.br',
'cands-cands.com',
'vogueballroom.com.au',
'pymstatic.com',
'img.freepik.com',
'countryflagsapi.com',
'vetores.org',
'www.spcdn.org',
'media.licdn.com',
'api.ticmais.ticpass.com.br'
]
},
compiler: {}
}
module.exports = nextConfig