Files
anbar/next.config.mjs
T
2026-06-11 13:30:31 +03:30

7 lines
117 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
export default nextConfig;