misc: fix next build

This commit is contained in:
2026-04-15 17:59:57 -04:00
Unverified
parent a630655a0a
commit df40a2ce35

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;