add standalone code

This commit is contained in:
2026-03-07 17:47:50 +07:00
parent 3d95348b92
commit 5e48207198
3 changed files with 46 additions and 1 deletions

View File

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