From a6b4afdc8a90514c481971510c8626cbf0d8e174 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 12 Sep 2025 20:10:06 +0100 Subject: [PATCH] fix: profile pictures not loading --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.ts b/next.config.ts index 98c4c16..640b1cf 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,9 @@ const nextConfig: NextConfig = { { pathname: "/mii/*/image", }, + { + pathname: "/profile/*/picture", + }, ], remotePatterns: [ {