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: [ {