inffo2/next.config.ts
2025-06-24 15:01:42 +02:00

7 lines
128 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;