update output

This commit is contained in:
Fran Jurmanović
2025-08-27 20:49:01 +02:00
parent bc0964c758
commit 9ce5802dc6

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;