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() {