From 06ce2e4e6cdf986e540560909c8925596f28514f Mon Sep 17 00:00:00 2001 From: cdricms <36056008+cdricms@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:02:28 +0100 Subject: [PATCH] For images --- frontend/next.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 90e8ba5..120939b 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -25,6 +25,10 @@ const nextConfig: NextConfig = { protocol: "http", hostname: "localhost", }, + { + protocol: "https", + hostname: "latosa.cems.dev", + }, ], }, env: {