This commit is contained in:
reizha
2025-07-11 19:14:55 +07:00
parent e1bff1cac2
commit 831085d8b3
37 changed files with 20947 additions and 0 deletions

View File

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