diff --git a/next.config.js b/next.config.js index bf3a2f9..860411e 100644 --- a/next.config.js +++ b/next.config.js @@ -35,29 +35,12 @@ const config = { images: { remotePatterns: [ { - hostname: 'upload-dev.splitpro.app', - port: '', - pathname: '/**', + protocol: 'https', + hostname: '**', }, { - hostname: 'uploads.splitpro.app', - port: '', - pathname: '/**', - }, - { - hostname: 's3.amazonaws.com', - port: '', - pathname: '/**', - }, - { - hostname: 'splitwise.s3.amazonaws.com', - port: '', - pathname: '/**', - }, - { - hostname: 'api.producthunt.com', - port: '', - pathname: '/**', + protocol: 'http', + hostname: '**', }, ], },