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", + }, ], }, };