Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Aug 12, 2024
2 parents 2dcd83f + ff3b67e commit e9ca705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ const nextConfig = {
{
protocol: 'https',
hostname: 'prochainweb.com',
port:'',
pathname: '/uploads/**',
port: '',
pathname: '/api/uploads/**',
},
{
protocol: 'http',
hostname: 'localhost',
port:'4000',
port: '4000',
pathname: '/uploads/**',
}
},
],
},
};
Expand Down

0 comments on commit e9ca705

Please sign in to comment.