diff --git a/next.config.ts b/next.config.ts index 8a51cc9..ebbe1d3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -30,6 +30,12 @@ const nextConfig: NextConfig = { port: '', pathname: '/**', }, + { + protocol: 'https', + hostname: 'ik.imagekit.io', + port: '', + pathname: '/**', + }, ], }, };