This commit is contained in:
2025-05-31 13:17:46 +03:30
parent 9dab9cc1ec
commit d81d32fe4b
19 changed files with 6170 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;