From efba5dd9412c2ad09321fc647c25cc3cb60de8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Wed, 10 Apr 2024 14:09:39 +0200 Subject: [PATCH] fix: :ambulance: hotfix images port --- frontend/next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 12ef42f..e9dd4da 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -13,7 +13,6 @@ const nextConfig = { { protocol: "http", hostname: "web.hypso.ies.ntnu.no", - port: 3000, }, ], },