Files
hamid zarghami 6ae9a6a17f standalone
2026-07-19 16:46:28 +03:30

8 lines
129 B
TypeScript

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