From 4d093a7c666e43e06d8dc8deda04741e8b442404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Tue, 9 Apr 2024 17:57:27 +0200 Subject: [PATCH] fix: :ambulance: hotfix next config --- frontend/next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) 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, + }, ], }, };