From 1db921a7bddd14f09cdd2feb1ec107a783c55c90 Mon Sep 17 00:00:00 2001 From: atridadl Date: Sun, 12 Nov 2023 00:56:38 -0700 Subject: [PATCH] HOTFIX 2 --- next.config.mjs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index f66ca14..f88d2be 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -12,21 +12,12 @@ const config = { remotePatterns: [ { hostname: "avatars.githubusercontent.com", - pathname: "/.*", - protocol: "https", - port: "443", }, { hostname: "lh3.googleusercontent.com", - pathname: "/.*", - protocol: "https", - port: "443", }, { hostname: "img.clerk.com", - pathname: "/.*", - protocol: "https", - port: "443", }, ], },