fix: wrong file uploads api domain in config

This commit is contained in:
2023-07-22 18:31:59 +02:00
parent c9045460e9
commit 6ae7ec75ef

View File

@ -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'] : [])
]
}