Update next.config.mjs

This commit is contained in:
Andras Bacsai
2025-09-16 12:53:01 +02:00
committed by GitHub
parent 99fc0dccc0
commit 0b460ec392

View File

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