From dc40a9490e351d03bd9a7ef79447b259d98e2a89 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:26:23 +0200 Subject: [PATCH] test --- nextjs/spa/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/spa/next.config.mjs b/nextjs/spa/next.config.mjs index debd939..4e18a96 100644 --- a/nextjs/spa/next.config.mjs +++ b/nextjs/spa/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', + output: 'standalone', }; export default nextConfig;