From 12110be7c798fc8b7979c482bb7155a48db33b87 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 14 Sep 2024 09:21:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20remote=20patterns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/next.config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 53020b395..839b9c3d7 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -16,17 +16,6 @@ require("dotenv").config({ const nextConfig = { output: process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined, - images: { - remotePatterns: [ - { - hostname: "app.rallly.co", - pathname: "/api/storage/**", - }, - { - hostname: "d39ixtfgglw55o.cloudfront.net", - }, - ], - }, productionBrowserSourceMaps: true, transpilePackages: [ "@rallly/database",