output standalone

This commit is contained in:
Nareshkumar Rao 2025-04-02 00:42:54 +02:00
parent 792d71523c
commit 0856cc3152

View File

@ -1,5 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = {}; const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig; export default nextConfig;