add some projects urls

This commit is contained in:
Mohammed Al-yaseen
2025-07-28 11:32:31 +03:00
parent e32ddaa2db
commit b803532cde
3 changed files with 208 additions and 129 deletions

View File

@@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
domains: ["tech-masters.guru"],
},
};
export default nextConfig;