From 716d7ddf8d6295ccdb99f7e401af75e567a827f0 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 9 Sep 2024 20:38:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20pathname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 74151aa83..3535974a4 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -20,6 +20,7 @@ const nextConfig = { remotePatterns: [ { hostname: "app.rallly.co", + pathname: "/api/storage/**", }, ], },