Files
gpatruno e45e9f154e update
2026-06-11 17:30:13 +02:00

8 lines
129 B
TypeScript

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