Files
NextEdu/next.config.ts
2025-12-19 16:15:53 +08:00

8 lines
112 B
TypeScript

type NextConfig = any;
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;