fixed some bugs

This commit is contained in:
Jelaletdin12
2025-12-18 23:19:45 +05:00
parent 6d0064b106
commit 0fb4e2765c
36 changed files with 1430 additions and 1485 deletions

View File

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