perf(images): serve optimized portfolio media

This commit is contained in:
poyrazavsever
2026-08-31 10:20:02 +03:00
parent 5c48b029ca
commit 87e6279dec
127 changed files with 367 additions and 73 deletions
+32
View File
@@ -17,6 +17,38 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "i.ytimg.com",
},
{
protocol: "https",
hostname: "images.pexels.com",
},
{
protocol: "https",
hostname: "miro.medium.com",
},
{
protocol: "https",
hostname: "www.c-sharpcorner.com",
},
{
protocol: "https",
hostname: "media.geeksforgeeks.org",
},
{
protocol: "https",
hostname: "edward-huang.com",
},
{
protocol: "https",
hostname: "encrypted-tbn0.gstatic.com",
},
{
protocol: "https",
hostname: "cdn.hashnode.com",
},
{
protocol: "https",
hostname: "i.sstatic.net",
},
],
},
};