This commit is contained in:
Andras Bacsai
2025-09-16 09:26:23 +02:00
parent 239ed6c604
commit dc40a9490e

View File

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