From 12d450eea9b4968f5dad0f7204b0ffa0430fa7da Mon Sep 17 00:00:00 2001 From: tuanddd Date: Fri, 5 Jan 2024 20:28:32 +0700 Subject: [PATCH] fix: recover nextjs config --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 0d5b050..fbd715e 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, + output: 'export', compiler: { reactRemoveProperties: true, removeConsole: {