This commit is contained in:
AmirReza Jamali
2025-10-14 12:24:15 +03:30
parent 6aabbc7a2a
commit 27efcf7137
16 changed files with 1974 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;