fix: wrong file uploads api domain in config
This commit is contained in:
parent
c9045460e9
commit
6ae7ec75ef
@ -7,7 +7,7 @@ const nextConfig = {
|
||||
images: {
|
||||
domains: [
|
||||
'api.thream.theoludwig.fr',
|
||||
'file-uploads-api.theoludwig.fr',
|
||||
'file-uploads-api.thream.theoludwig.fr',
|
||||
...(process.env.NODE_ENV !== 'production' ? ['127.0.0.1'] : [])
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user