Skip to content

Commit 8c517c4

Browse files
committed
fix: images
1 parent 1addc76 commit 8c517c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ const nextConfig = {
66
root: __dirname,
77
},
88
images: {
9+
domains: ['render.worldofwarcraft.com'],
910
remotePatterns: [
1011
{
1112
protocol: 'https',
1213
hostname: 'render.worldofwarcraft.com',
14+
pathname: '/**',
1315
},
1416
],
1517
},

0 commit comments

Comments
 (0)