diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index b4426a6..12ef42f 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -10,6 +10,11 @@ const nextConfig = { protocol: "http", hostname: "localhost", }, + { + protocol: "http", + hostname: "web.hypso.ies.ntnu.no", + port: 3000, + }, ], }, };