From 94ad6995339b133b152045409b4ed1b00343dcdd Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 19 Nov 2022 10:45:04 +0000 Subject: [PATCH] Remove port --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 387f805..b56bd8f 100644 --- a/next.config.js +++ b/next.config.js @@ -31,7 +31,6 @@ const nextConfig = { { protocol: imageUrlParts[0], hostname: imageUrlParts[1].split(":")[0], - port: "443", pathname: "/api/files/**", }, ],