chore: clean up placeholder comments and over-engineering

This commit is contained in:
zetaloop
2026-02-20 20:20:22 +08:00
parent e12500fafd
commit a4e05cf482
4 changed files with 25 additions and 30 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
/* config options here */
}
const nextConfig: NextConfig = {}
export default nextConfig