fix: profile pictures not loading
This commit is contained in:
parent
2d5b09b2e2
commit
a6b4afdc8a
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ const nextConfig: NextConfig = {
|
||||||
{
|
{
|
||||||
pathname: "/mii/*/image",
|
pathname: "/mii/*/image",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
pathname: "/profile/*/picture",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue