From 319de91f4859cc51be3737145f6cd496a6f96a43 Mon Sep 17 00:00:00 2001 From: Arnaud Lyard Date: Sun, 23 Jun 2024 07:41:43 +0200 Subject: [PATCH] Update remote pattern for production --- client/next.config.mjs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/next.config.mjs b/client/next.config.mjs index f445578..c28a757 100644 --- a/client/next.config.mjs +++ b/client/next.config.mjs @@ -12,9 +12,8 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'http', - hostname: 'localhost', - port: '4000', + protocol: 'https', + hostname: 'prochainweb', pathname: '/uploads/**', }, ],