From 58a4e0d0482cc09efabd55ae807f8b6bc84c3ee7 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Sat, 25 Jan 2025 18:47:20 +0100 Subject: [PATCH] GA already force export --- next.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 0f83a7b..53e48e0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -9,6 +9,5 @@ const nextConfig: NextConfig = { return config; } }; -nextConfig.output = 'export'; export default nextConfig;