From c5027a997b930e1c9b28b41377d3c8a02a681c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahan=20Hasret?= Date: Tue, 21 Oct 2025 23:16:54 +0300 Subject: [PATCH] Vercel Build Pics --- next.config.ts | 4 ++++ 1 file changed, 4 insertions(+) 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', + }, ], }, };