upgraded dependencies

This commit is contained in:
2025-12-17 15:19:58 +03:00
parent 5f050a7a60
commit 3bc52d60c3
7 changed files with 1411 additions and 1014 deletions

View File

@@ -2,7 +2,12 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
domains: ["tech-masters.guru"],
remotePatterns: [
{
protocol: "https",
hostname: "techmasters.space",
},
],
},
};