Skip to content

Commit 981239e

Browse files
committed
feat: add localhost configuration for development in next.config.mjs
1 parent 288156f commit 981239e

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: '9000',
42+
},
3743
],
3844
},
3945
};

0 commit comments

Comments
 (0)