Files

8 lines
131 B
TypeScript
Raw Permalink Normal View History

2026-01-02 17:51:55 +01:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;