Skip to content

Commit e5bf63c

Browse files
authored
Update next.config.ts
1 parent 24dea64 commit e5bf63c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

next.config.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import type {NextConfig} from 'next';
23

34
const nextConfig: NextConfig = {
@@ -62,6 +63,30 @@ const nextConfig: NextConfig = {
6263
hostname: 'play-lh.googleusercontent.com',
6364
port: '',
6465
pathname: '/**',
66+
},
67+
{
68+
protocol: 'https',
69+
hostname: 'storage.googleapis.com',
70+
port: '',
71+
pathname: '/**',
72+
},
73+
{
74+
protocol: 'https',
75+
hostname: 'private-user-images.githubusercontent.com',
76+
port: '',
77+
pathname: '/**',
78+
},
79+
{
80+
protocol: 'https',
81+
hostname: 'github.com',
82+
port: '',
83+
pathname: '/**',
84+
},
85+
{
86+
protocol: 'https',
87+
hostname: 'miro.medium.com',
88+
port: '',
89+
pathname: '/**',
6590
}
6691
],
6792
},

0 commit comments

Comments
 (0)