nano-force-web-neo/next.config.ts
2025-11-16 09:50:21 +08:00

9 lines
134 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;