commit | a82dfe99f3b9e271c9aaa485115df16295fef599 | [log] [tgz] |
---|---|---|
author | LaoeGaoci <1523796237@qq.com> | Tue Apr 01 20:17:11 2025 +0800 |
committer | LaoeGaoci <1523796237@qq.com> | Thu Apr 03 23:39:36 2025 +0800 |
tree | b6e4fc9e115906322a59acc62832b9cf10d01bbb | |
parent | bb61ceacdc18d4a5f5757308c692ef01b2bd708a [diff] [blame] |
project setup Change-Id: I427ae5e3d7ac3c30c065713c108665486aa353a9
diff --git a/next.config.ts b/next.config.ts new file mode 100644 index 0000000..e9ffa30 --- /dev/null +++ b/next.config.ts
@@ -0,0 +1,7 @@ +import type { NextConfig } from "next"; + +const nextConfig: NextConfig = { + /* config options here */ +}; + +export default nextConfig;