This commit is contained in:
Şahan Hasret
2025-12-14 00:10:33 +03:00
commit 448cc1cc17
36 changed files with 9493 additions and 0 deletions

7
my-app/next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;