This commit is contained in:
mstfyldz
2026-03-21 16:47:48 +03:00
parent 2200a51fab
commit 5c835f5a7f

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
output: 'standalone',
}; };
export default nextConfig; export default nextConfig;