fixed some bugs

This commit is contained in:
@jcarymuhammedow
2026-02-05 19:36:12 +05:00
parent c68ac335c6
commit f32e7538e1
20 changed files with 1476 additions and 734 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",
},
],