We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dea64 commit e5bf63cCopy full SHA for e5bf63c
1 file changed
next.config.ts
@@ -1,3 +1,4 @@
1
+
2
import type {NextConfig} from 'next';
3
4
const nextConfig: NextConfig = {
@@ -62,6 +63,30 @@ const nextConfig: NextConfig = {
62
63
hostname: 'play-lh.googleusercontent.com',
64
port: '',
65
pathname: '/**',
66
+ },
67
+ {
68
+ protocol: 'https',
69
+ hostname: 'storage.googleapis.com',
70
+ port: '',
71
+ pathname: '/**',
72
73
74
75
+ hostname: 'private-user-images.githubusercontent.com',
76
77
78
79
80
81
+ hostname: 'github.com',
82
83
84
85
86
87
+ hostname: 'miro.medium.com',
88
89
90
}
91
],
92
},
0 commit comments