Files

7 lines
128 B
TypeScript
Raw Permalink Normal View History

2026-02-20 21:15:23 +01:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
2026-02-20 21:15:23 +01:00
};
export default nextConfig;