From 38d21db84ec92deb8ac86d0e4c13a28ec7bccfb3 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 9 Sep 2024 20:21:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Set=20remote=20pattern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/next.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 839b9c3d7..74151aa83 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -16,6 +16,13 @@ require("dotenv").config({ const nextConfig = { output: process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined, + images: { + remotePatterns: [ + { + hostname: "app.rallly.co", + }, + ], + }, productionBrowserSourceMaps: true, transpilePackages: [ "@rallly/database",