Files

8 lines
129 B
TypeScript
Raw Permalink Normal View History

2026-04-29 19:06:38 +08:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2026-05-06 17:22:50 +08:00
output: 'standalone',
2026-04-29 19:06:38 +08:00
};
export default nextConfig;