Image Fix

This commit is contained in:
Şahan Hasret
2025-10-21 23:13:22 +03:00
parent f49e39ad23
commit a6c86f6de7

View File

@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'images.pexels.com',
},
],
},
};
export default nextConfig;