next.js initialization

This commit is contained in:
2026-02-05 09:27:33 +05:30
parent ea1cb3e7bb
commit af0a874c55
18 changed files with 5023 additions and 1 deletions

7
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;