fix: profile pictures not loading

This commit is contained in:
trafficlunar 2025-09-12 20:10:06 +01:00
parent 2d5b09b2e2
commit a6b4afdc8a

View file

@ -7,6 +7,9 @@ const nextConfig: NextConfig = {
{ {
pathname: "/mii/*/image", pathname: "/mii/*/image",
}, },
{
pathname: "/profile/*/picture",
},
], ],
remotePatterns: [ remotePatterns: [
{ {