Skip to content

Commit

Permalink
Update next.config.js: changed pathname from '*' to '/**' and added p…
Browse files Browse the repository at this point in the history
…ort property.
  • Loading branch information
lrmn7 committed Aug 7, 2024
1 parent b96516f commit 9dc9278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
{
protocol: 'https',
hostname: 'cdn.discordapp.com',
pathname: '*',
port: '',
pathname: '/**',
},
],
},
Expand Down

0 comments on commit 9dc9278

Please sign in to comment.