From e590de80c03469bf96bd43244e9261b56285e64d Mon Sep 17 00:00:00 2001 From: LovelessCodes Date: Fri, 6 Jun 2025 13:52:13 +0200 Subject: [PATCH] chore: update local development configuration (#45) --- apps/web/next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 25400187..e909fa3c 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -31,6 +31,10 @@ const config = { protocol: "https", hostname: `*.${env("NEXT_PUBLIC_STORAGE_DOMAIN")}`, }, + { + protocol: "http", + hostname: "localhost", + }, { protocol: "https", hostname: "*.googleusercontent.com",