Files
mrhid6 e798365be2
Server Deploy / deploy (push) Failing after 1m13s
feat: Removed comments
2026-07-24 09:56:54 +01:00

10 lines
133 B
TypeScript

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