2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00

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