From f17e33311d59da39b241616c1973c6d729eb2883 Mon Sep 17 00:00:00 2001 From: SevicheCC <91365763+Sevichecc@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:57:06 +0800 Subject: [PATCH] Revert "chore: try static deploy" This reverts commit c59a553b6f01f7b17d6590320065d6b0dd503f4f. --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 32f5aaa..cd03bab 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", reactStrictMode: true, experimental: { appDir: true,