Skip to content

Commit ddd4cfe

Browse files
committed
feat: add localhost configuration to Next.js settings
1 parent 71bed47 commit ddd4cfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ const nextConfig = {
3434
hostname: 'cdn.discordapp.com',
3535
port: '',
3636
},
37+
// localhost
38+
{
39+
protocol: 'http',
40+
hostname: 'localhost',
41+
port: '',
42+
},
3743
],
3844
},
3945
};

0 commit comments

Comments
 (0)