From 7389ee5116b370aa6cd1a52baff361f8e311b410 Mon Sep 17 00:00:00 2001 From: tigran Date: Tue, 27 Feb 2024 03:29:11 +0400 Subject: [PATCH] bug fix --- next.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index bf221d3..4678774 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - output: 'export', -}; +const nextConfig = {}; export default nextConfig;