added zoom function, fixed cart quantitu bug

This commit is contained in:
@jcarymuhammedow
2026-02-05 16:38:39 +05:00
parent a1b766fb3b
commit b546deeac0
5 changed files with 413 additions and 39 deletions

View File

@@ -11,8 +11,8 @@ const nextConfig: NextConfig = {
unoptimized: true,
remotePatterns: [
{
protocol: "http",
hostname: "shop.post.tm",
protocol: "https",
hostname: "hyzmat.app",
// port: "8080",
},
],