From 5b21d109852e499266f14b21be9a5946d6b5c794 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Fri, 5 May 2023 18:18:06 +0200 Subject: [PATCH] remove unused remotePatterns --- next.config.mjs | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 8ccdb4d..4a91a50 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -21,20 +21,7 @@ const config = { defaultLocale: "en", }, images: { - remotePatterns: [ - { - protocol: 'https', - hostname: '*.backblazeb2.com', - port: '', - pathname: '/**', - }, - { - protocol: 'https', - hostname: 'tailwindui.com', - port: '', - pathname: '/**', - }, - ], + remotePatterns: [], }, async rewrites() {