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",