From c702a312fd6ebdb136a4144cf6bab496cd3e7afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Wed, 10 Apr 2024 15:55:04 +0200 Subject: [PATCH] try to add backend as remote pattern --- frontend/next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index e9dd4da..44d1354 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -14,6 +14,10 @@ const nextConfig = { protocol: "http", hostname: "web.hypso.ies.ntnu.no", }, + { + protocol: "http", + hostname: "backend", + }, ], }, };