Update next.config.ts

This commit is contained in:
2026-05-02 17:39:24 -04:00
parent 02303b23df
commit 59be2519b4

View File

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