standalone

This commit is contained in:
hamid zarghami
2026-07-19 16:46:28 +03:30
parent 42af5a44a1
commit 6ae9a6a17f
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;