Update next.config.mjs

This commit is contained in:
Andras Bacsai
2025-09-16 13:57:06 +02:00
committed by GitHub
parent 0b460ec392
commit 59982e763f

View File

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