Requests / next.config.ts
armand0e's picture
init
101ebaa
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;