From 3cb5d088013fa1c2439ccf53f4ee004d0c86b063 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 23 Feb 2026 23:46:54 +0100 Subject: [PATCH] Update remotePatterns to include martinbraquet.com --- web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next.config.js b/web/next.config.js index 1cdfb9c2..2774e730 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -51,7 +51,7 @@ module.exports = { unoptimized: isAppBuild, dangerouslyAllowSVG: true, remotePatterns: [ - {hostname: 'manifold.markets'}, + {hostname: 'martinbraquet.com'}, {hostname: 'compassmeet.com'}, {hostname: 'lh3.googleusercontent.com'}, {hostname: 'i.imgur.com'},