Update next.config.mjs

This commit is contained in:
Andras Bacsai
2025-09-16 14:40:14 +02:00
committed by GitHub
parent 59982e763f
commit 990b63e1e7

View File

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