Update next.config.mjs

This commit is contained in:
Andras Bacsai
2025-09-16 10:24:28 +02:00
committed by GitHub
parent dc40a9490e
commit 3274847bed

View File

@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: 'standalone', output: 'output',
}; };
export default nextConfig; export default nextConfig;