diff --git a/next.config.ts b/next.config.ts index aeb9320..1936c76 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,10 @@ const nextConfig: NextConfig = { protocol: 'https', hostname: 'images.pexels.com', }, + { + protocol: 'https', + hostname: 'picsum.photos', + }, ], }, };