use discord credentials when avaialble

This commit is contained in:
Karthik Raju
2023-01-03 16:46:22 +05:30
parent b0f0705f64
commit 8c9bf7d378
+2 -2
View File
@@ -5,8 +5,8 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '**.discordapp.com',
protocol: "https",
hostname: "**.discordapp.com",
},
],
},