new create

This commit is contained in:
amirhosein.ashourloo
2026-08-09 15:35:49 +03:30
parent 6207bb8431
commit 95c3c74276
11 changed files with 678 additions and 8 deletions
+4 -1
View File
@@ -5,10 +5,13 @@ const nextConfig: NextConfig = {
formats: ["image/avif", "image/webp"],
// Every quality value used across the page. Required from Next.js 16 on.
qualities: [70, 72, 75, 80, 82, 88, 90],
// Portfolio media served live from the meshkee API.
// Portfolio media served live from the meshkee API. The storage host has
// already changed once mid-project (parminstorage.ir -> parspack.net) —
// keep both around since either could be what a given item still points to.
remotePatterns: [
{ protocol: "https", hostname: "meshkee-storage.sas.amin.parminstorage.ir" },
{ protocol: "https", hostname: "cdn.meshkee.com" },
{ protocol: "https", hostname: "c804387.parspack.net" },
],
},
};