We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9c52e commit 35fdf2dCopy full SHA for 35fdf2d
next.config.js
@@ -35,29 +35,12 @@ const config = {
35
images: {
36
remotePatterns: [
37
{
38
- hostname: 'upload-dev.splitpro.app',
39
- port: '',
40
- pathname: '/**',
+ protocol: 'https',
+ hostname: '**',
41
},
42
43
- hostname: 'uploads.splitpro.app',
44
45
46
- },
47
- {
48
- hostname: 's3.amazonaws.com',
49
50
51
52
53
- hostname: 'splitwise.s3.amazonaws.com',
54
55
56
57
58
- hostname: 'api.producthunt.com',
59
60
+ protocol: 'http',
61
62
],
63
0 commit comments