Update next.config.mjs

This commit is contained in:
Andras Bacsai
2025-09-16 15:45:12 +02:00
committed by GitHub
parent 990b63e1e7
commit f49559e030

View File

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