fix: wrong file uploads api domain in config

This commit is contained in:
Théo LUDWIG 2023-07-22 18:31:59 +02:00
parent c9045460e9
commit 6ae7ec75ef
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -7,7 +7,7 @@ const nextConfig = {
images: { images: {
domains: [ domains: [
'api.thream.theoludwig.fr', 'api.thream.theoludwig.fr',
'file-uploads-api.theoludwig.fr', 'file-uploads-api.thream.theoludwig.fr',
...(process.env.NODE_ENV !== 'production' ? ['127.0.0.1'] : []) ...(process.env.NODE_ENV !== 'production' ? ['127.0.0.1'] : [])
] ]
} }